openai / chatgpt-retrieval-plugin

The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.
MIT License
21.02k stars 3.69k forks source link

Add a new vector hippo for chatgpt-retrieval-plugin #394

Open chocolate4 opened 10 months ago

chocolate4 commented 10 months ago

Feature request I would like to propose a new vector database to be included in the openai ecosystem to expand openai's influence. Below is the official link to our vector database.

http://hippo.transwarp.io/

Motivation I hope that everyone can more conveniently use Hippo + openai to build AI Agents.

Your contribution Integrating the Hippo vector database into the openai ecosystem can expand openai influence.

Overall,hippo is a type of database that stores data as high-dimensional vectors, which are mathematical representations of features or attributes. It is a vector store like milvus, pinecone.

This is my issue https://github.com/openai/chatgpt-retrieval-plugin/issues/373

@barnett-yuxiang I resolved the conflicts and have re-submitted my code.

barnett-yuxiang commented 10 months ago

You are great, the code structure and hippo documentation are very clear, thank you

Feature request I would like to propose a new vector database to be included in the openai ecosystem to expand openai's influence. Below is the official link to our vector database.

http://hippo.transwarp.io

Motivation I hope that everyone can more conveniently use Hippo + openai to build AI Agents.

Your contribution Integrating the Hippo vector database into the openai ecosystem can expand openai influence.

Overall,hippo is a type of database that stores data as high-dimensional vectors, which are mathematical representations of features or attributes. It is a vector store like milvus, pinecone.

This is my issue #373

@barnett-yuxiang I resolved the conflicts and have re-submitted my code.