Skip to main content
This example implements Agentic RAG using the LanceDB vector database with OpenAI embeddings. The agent searches the knowledge base and retrieves relevant information dynamically.

Code

agentic_rag_lancedb.py

Usage

1

Set up your virtual environment

2

Install dependencies

3

Export your OpenAI API key

4

Run Agent