Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ogvalt/enrichie
https://github.com/ogvalt/enrichie
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ogvalt/enrichie
- Owner: ogvalt
- Created: 2023-09-29T14:35:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-30T08:54:43.000Z (over 1 year ago)
- Last Synced: 2024-10-15T03:29:19.534Z (3 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enrichie
The idea is to build system where ChatGPT answers questions based on the information provided by user.
## Development
1. For local development I'm going to use [milvus-lite](https://github.com/milvus-io/milvus-lite). For production it's better use Standalone Milvus (located in [docker-compose.yaml](./docker-compose.yml))
## Plans
1. Retrieve embeddings for collection of documents and store them in vector database.
2. Terminal application that will answer my question about the documents stored in vector database.## Technologies
1. Vector DB: https://milvus.io/