Solshine commited on
Commit
0480eee
·
verified ·
1 Parent(s): 6b9dbbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -10,4 +10,11 @@ pinned: false
10
  license: other
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
10
  license: other
11
  ---
12
 
13
+ # LangChain App
14
+
15
+ This is a Gradio app initially drafted using CodeLlama-70B, intended to retrieve specific datachunks using RAG embeding, from tabular csv data, and then connect those into the user prompt and the master prompt and then feed them into a Mistral model called from Hugging Face ran locally, then return the response to the user via the gradio app GUI.
16
+
17
+ To use this app, simply run the following command:
18
+
19
+
20
+ Check out the Gradio configuration reference at https://huggingface.co/docs/hub/spaces-config-reference