You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff 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.
4
3
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
11
6
12
7
**You can change the `_ALGORITHMS` constant to whatever you want to query other topics on Wikipedia.**
0 commit comments