Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vargha-Kh authored Dec 4, 2024
1 parent cb6ec62 commit a04fb9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This is a Python script that demonstrates how to use different language models f

1. Clone the repository:
```bash
git clone https://github.com/your-repo/langchain-model.git
cd langchain-model
git clone https://github.com/Vargha-Kh/Langchain-RAG-DevelopmentKit
cd Langchain-RAG-DevelopmentKit
```

2. Install the required dependencies:
Expand Down Expand Up @@ -301,4 +301,4 @@ Please ensure that you have valid API keys and access to the required models and
- **Other Embeddings Models**: Set any additional required environment variables based on the chosen embeddings model.


**RAG init Note:** The script now supports optional components such as MongoDB memory, Cohere Rank, MultiQueryRetriever, and Contextual Compression Retriever. These can be enabled or disabled using the respective command-line arguments. This allows you to customize the retrieval and response process according to your requirements.
**RAG init Note:** The script now supports optional components such as MongoDB memory, Cohere Rank, MultiQueryRetriever, and Contextual Compression Retriever. These can be enabled or disabled using the respective command-line arguments. This allows you to customize the retrieval and response process according to your requirements.

0 comments on commit a04fb9f

Please sign in to comment.