Query for information in documents using natural language and the power of LLMs and semantic search through local vector indexes.
- Install poetry with
pip install poetry
- Install the project and required dependencies with
poetry install
- Set your OpenAI secret key with
export OPENAI_API_KEY=<YOUR KEY>
- Add text files to the "data" folder as context.
- Run the chat interface with
poetry run python llm_search/main.py