Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakecyr/llm-query-local-data

Query local data using an Embedding model to convert your data into vectors and an LLM to respond to queries.
https://github.com/jakecyr/llm-query-local-data

chatgpt gpt llm openai pdf query vectordb

Last synced: 23 days ago
JSON representation

Query local data using an Embedding model to convert your data into vectors and an LLM to respond to queries.

Awesome Lists containing this project

README

        

# LLM Search

Query for information in documents using natural language and the power of LLMs and semantic search through local vector indexes.

## Installation

1. Install poetry with `pip install poetry`
2. Install the project and required dependencies with `poetry install`
3. Set your OpenAI secret key with `export OPENAI_API_KEY=`
4. Add text files to the "data" folder as context.
5. Run the chat interface with `poetry run python llm_search/main.py`