Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
colorTo: "blue"
|
| 6 |
emoji: 🤗
|
| 7 |
-
sdk_version:
|
| 8 |
sdk: gradio
|
| 9 |
-
|
| 10 |
app_file: my_ollama.py
|
| 11 |
pinned: false
|
| 12 |
---
|
|
@@ -48,4 +46,4 @@ Chroma
|
|
| 48 |
|
| 49 |
This is my first attempt at implementing RAG using OLLAMA and LangChain. While the code is functional, it may not be optimized for performance or scalability. Further improvements and testing are needed to ensure the model's reliability.
|
| 50 |
|
| 51 |
-
I hope this helps! Let me know if you have any questions or need further assistance.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: RAG Implementation with Ollama and LangChain
|
| 3 |
+
colorFrom: red
|
| 4 |
+
colorTo: blue
|
|
|
|
| 5 |
emoji: 🤗
|
| 6 |
+
sdk_version: 4.37.1
|
| 7 |
sdk: gradio
|
|
|
|
| 8 |
app_file: my_ollama.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 46 |
|
| 47 |
This is my first attempt at implementing RAG using OLLAMA and LangChain. While the code is functional, it may not be optimized for performance or scalability. Further improvements and testing are needed to ensure the model's reliability.
|
| 48 |
|
| 49 |
+
I hope this helps! Let me know if you have any questions or need further assistance.
|