uv sync
cp .env.example .envCreate pinecone index
uv run -m rag.bin.make_dbCreate embeddings
uv run -m rag.bin.make_embeddingsUpload to Pinecone
uv run -m rag.bin.upload_embeddingsQuery Pinecone For Similarity Matches
echo "tested on animals?" | uv run -m rag.bin.find_similarCode quality checks
uv run ruff check
uv run basedpyrightGet Full Agent Response to Question
echo "tested on animals?" | uv run -m rag.bin.ask
echo "main ingredient? tell me in spanish" | uv run -m rag.bin.ask