diff --git a/README.md b/README.md index a93e914..7c07ad2 100644 --- a/README.md +++ b/README.md @@ -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."]