Ask a question to get started
Enter to send•Shift+Enter new line
NucliaDB( self, knowledge_box: str, local: bool, api_key: Optional[str
VectorStore
knowledge_box
str
the Knowledge Box id.
local
bool
Whether to use a local NucliaDB instance or Nuclia Cloud
api_key
Optional[str]
None
A contributor API key for the kb (needed when local is False)
backend
http
unknown
Upload texts to NucliaDB
Return VectorStore initialized from texts and embeddings.
NucliaDB vector store.
The backend url to use when local is True, defaults to
//localhost:8080