Get Knowledge Base
GET /api/projects/{project_name}/knowledge_bases/{knowledge_base_name}
This API endpoint lists details about a knowledge base using the GET
method.
Learn more about knowledge bases following this doc page.
Path Parameters
Defines the project where the knowledge bases are located. Note that the default project name is mindsdb
.
Defines the knowledge base name to get its details.
Body
None.
Response
Unique identifier for the knowledge base.
The name assigned to the knowledge base.
The ID of the project where the knowledge base resides.
The name of the project where the knowledge base resides.
The vector store used for storing vector embeddings.
The name of the collection or table within the vector database.
Timestamp indicating when the knowledge base was last updated.
Timestamp indicating when the knowledge base was created.
Optional field for linking specific queries to this knowledge base.
The embedding model used to convert content into vector representations.
Optional model used to rerank search results based on relevance.
Optional list of columns used for metadata-based filtering or enrichment.
Optional list of columns treated as the main content for embedding and retrieval.
The name of the column that uniquely identifies each content row.
A nested object that contains additional configuration parameters.
The name of the embedding model associated with this knowledge base at creation time.