Sentence Similarity
Transformers
Safetensors
Hindi
hindi
embeddings
sentence-embeddings
semantic-search
text-similarity
Instructions to use DeepMostInnovations/hindi-embedding-foundational-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DeepMostInnovations/hindi-embedding-foundational-model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DeepMostInnovations/hindi-embedding-foundational-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README with Enhanced RAG system instructions
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ This model now includes an enhanced RAG (Retrieval Augmented Generation) system
|
|
| 44 |
|
| 45 |
1. Install additional dependencies:
|
| 46 |
```bash
|
| 47 |
-
pip install unsloth transformers bitsandbytes accelerate langchain langchain-community
|
| 48 |
```
|
| 49 |
|
| 50 |
2. Index your documents:
|
|
|
|
| 44 |
|
| 45 |
1. Install additional dependencies:
|
| 46 |
```bash
|
| 47 |
+
pip install unsloth transformers bitsandbytes accelerate langchain langchain-community faiss-cpu
|
| 48 |
```
|
| 49 |
|
| 50 |
2. Index your documents:
|