Matt Robinson commited on
Commit
0db948e
·
1 Parent(s): 01095ae

update readme

Browse files
Files changed (1) hide show
  1. README.md +9 -17
README.md CHANGED
@@ -1,17 +1,9 @@
1
- # Chat-Your-Data
2
-
3
- Create a ChatGPT like experience over your custom docs using [LangChain](https://github.com/hwchase17/langchain).
4
-
5
- See [this blog post](https://blog.langchain.dev/tutorial-chatgpt-over-your-data/) for a more detailed explanation.
6
-
7
- ## Ingest data
8
-
9
- Ingestion of data is done over the `state_of_the_union.txt` file.
10
- Therefore, the only thing that is needed is to be done to ingest data is run `python ingest_data.py`
11
-
12
- ## Query data
13
- Custom prompts are used to ground the answers in the state of the union text file.
14
-
15
- ## Running the Application
16
-
17
- By running `python app.py` from the command line you can easily interact with your ChatGPT over your own data.
 
1
+ title: Chat Your Data ISW
2
+ emoji: 📊
3
+ colorFrom: gray
4
+ colorTo: purple
5
+ sdk: gradio
6
+ sdk_version: 3.17.0
7
+ app_file: app.py
8
+ pinned: false
9
+ license: apache-2.0