From a04fb9f8b32a4e58fd02ddf6fe4eba513267926c Mon Sep 17 00:00:00 2001 From: Vargha Khallokhi Date: Wed, 4 Dec 2024 18:00:03 +0330 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 7942b1e..fb16f39 100755 --- a/readme.md +++ b/readme.md @@ -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: @@ -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. \ No newline at end of file +**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.