fleet-ai / context

A CLI tool & API over the top 1221 Python libraries.
https://fleet.so/context
MIT License
539 stars 43 forks source link

Questions about the vector database #21

Closed lukasl-dev closed 10 months ago

lukasl-dev commented 10 months ago

Hi there 👋

I have a few questions about the context's vector database, which is only mentioned once in the README.md.

Maybe I have overseen some already answered questions in the readme. If so, sorry for that 😅

big-nico commented 10 months ago

Hey! Appreciate your interest in the project :)

  1. We store the latest major version. We are working on also storing historical context. This would enable users to ask questions like "what were the major changes between pydantic version 1.0 vs 2.0" and get meaningful answers. It would also enable you to filter and ask questions only about a specific version of a library like "what was deprecated in numpy 1.26.2"
  2. The vector database is updated regularly. Right now every month for each library if we detect a change. In the future we want to make updates more or less frequent on a library-specific basis.
  3. We would love to add more libraries. Join our discord & send your suggestions!
  4. We are very interested in adding self-hosted vector dbs. Feel free to make a PR! Right now we have a hosted pinecone instance with all the vectors - but you can download any of the vectors on our website or via the CLI!