Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,11 @@ pinned: false
|
|
| 10 |
license: other
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|