dgarnitz
dgarnitz
VectorFlow should support Cohere Embeddings. There are multiple embeddings models. We should support the most common and newest ones
VectorFlow has many logs spread of over different containers. We need these logs to be aggregated into a searchable form. One option could be to use Kibana with Elastic Search....
Vectorflow should be able to ingest raw data from Salesforce. Some open questions to explore prior to implementation: - can this we done through the existing API or does it...
Right now most vector DBs support uploading duplicate vectors as long as the ID is unique. It might be beneficial for vectorflow to 1) prevent the uploading of duplicate vectors...
*Highly recommended to do this [issue ticket first](https://github.com/dgarnitz/vectorflow/issues/104)* ## What To Build - An endpoint add to the api that allows the user to perform RAG with a given text-only...
## What To Build - An endpoint add to the `api` that allows the user to pass in a text-only search term, embed it with a supported model (right now...
Right now we are running Flask with Gunicorn using PM2. There are a few problems with this: - Flask is not fast - PM2 is designed for node JS, not...
The hugging face, vdb upload and open ai embeddings workers all need a retry mechanism. The queue system could be leveraged for this, either a general retry queue at each...
VectorFlow is a mono-repo that contains different representations of the same underlying concept. The classes that appear in both in `src/models` and `client/models` have the same fields that need to...