VectorDbs
LanceDB Agent Knowledge
Example
agent_with_knowledge.py
LanceDb Params
Parameter | Type | Default | Description |
---|---|---|---|
uri | str | - | The URI to connect to. |
table | LanceTable | - | The Lance table to use. |
table_name | str | - | The name of the table to use. |
connection | DBConnection | - | The database connection to use. |
api_key | str | - | The API key to use. |
embedder | Embedder | - | The embedder to use. |
search_type | SearchType | - | The search type to use. |
distance | Distance | - | The distance to use. |
nprobes | int | - | The number of probes to use. |
reranker | Reranker | - | The reranker to use. |
use_tantivy | bool | - | Whether to use tantivy. |
Was this page helpful?