Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
342
class
VectorField(models.Field):
343
def
db_type(self, connection):
344
return
"vector"
345
346
347
class
Embedding(models.Model):
Callers
1
Embedding
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected