Skip to content

Commit 0ded38b

Browse files
authored
Update README.md
1 parent e79c691 commit 0ded38b

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
# Chroma and LangChain Demo
2-
This repository contains code and resources for demonstrating the power of Chroma and LangChain for asking questions about your own data.
3-
The demo showcases how to pull data from the English Wikipedia using their API. The project also demonstrates how to vectorize data in chunks and get embeddings using OpenAI embeddings model.
1+
# Contents
2+
The content in Main branch is way outdated. The two meaningful branches are Secretari and AI-Chat.
43

5-
We then use [LangChain](https://github.com/hwchase17/langchain) to ask questions based on our data which is vectorized using OpenAI embeddings model.
6-
I used [Chroma](https://github.com/chroma-core/chroma) a database for storing and querying vectorized data.
7-
8-
## Getting Started
9-
To get started with the demo, you will need to have Python (I use Python 3.8) installed on your machine. You will also need to install the required Python packages by running the following command:
10-
`pip install -r requirements.txt`
4+
## Secretari
5+
FastAPI for authentication and authroization, Langchain for AI interface. This one is for
116

127
**You can change the `_ALGORITHMS` constant to whatever you want to query other topics on Wikipedia.**
138

@@ -32,4 +27,4 @@ TESSDATA_PREFIX=/tessdata文件所在目录。其中eng数据是必须的,否
3227
brew install tesseract
3328

3429
Law documents may update from time to time. How to keep up with it and always have valid information in the collections.
35-
metadata includes { source: file name, category: 司法解释, valid: 1, timestamp: a number}
30+
metadata includes { source: file name, category: 司法解释, valid: 1, timestamp: a number}

0 commit comments

Comments
 (0)