Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slava-vishnyakov authored Aug 16, 2024
1 parent b6d2695 commit 7940a44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Here's a quick example of how to use RAG Engine:
from rag_engine import RAGEngine

# Initialize the RAG Engine
rag = RAGEngine("database.sqlite", api_key='...your openai key...') # or set OPENAI_API_KEY env var
rag = RAGEngine("database.sqlite", api_key='...your openai key...')
# or set OPENAI_API_KEY env var

# Add some sentences
sentences = ["This is a test sentence.", "Another example sentence."]
Expand Down

0 comments on commit 7940a44

Please sign in to comment.