CLI application to search a vectorstore for relevant PDF files for a given prompt.
- Enter Pinecone and OpenAI API keys into
keys.py.configand change the file name tokeys.py - run the command
pip install lark pinecone-client tiktoken - If training, point to a directory of PDFs in
self_query_retreiver.py - If saving chatlogs, point to a directory in
self_query_retreiver.py