QdrantURL

gitinsp.domain.models.QdrantURL
See theQdrantURL companion object
final case class QdrantURL(value: String, category: Category)

Represents a URL for Qdrant vector database with category information

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Builds the AIServiceURL from this QdrantURL by removing the category suffix

Builds the AIServiceURL from this QdrantURL by removing the category suffix

Attributes

Returns

The derived AIServiceURL

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val isCode: Boolean
val isText: Boolean