benintw commited on
Commit
7bcd30e
·
verified ·
1 Parent(s): 2c51802

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -1,12 +1,10 @@
1
  ---
2
- title: "RAG Implementation with Ollama and LangChain"
3
-
4
- colorFrom: "red"
5
- colorTo: "blue"
6
  emoji: 🤗
7
- sdk_version: gradio
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.