MCPcopy Create free account
hub / github.com/1Panel-dev/MaxKB / VectorField

Class VectorField

apps/knowledge/models/knowledge.py:342–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340
341
342class VectorField(models.Field):
343 def db_type(self, connection):
344 return "vector"
345
346
347class Embedding(models.Model):

Callers 1

EmbeddingClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected