How to use the framework locally
Please refer to the official documentation:
https://gitlab.com/gitlab-org/gitlab/-/blob/master/gems/gitlab-active-context/README.md
Steps to create, populate and search a collection using the AI Abstraction Layer. This example is for code embeddings.
Note: this the same for local and production. Currently we don't have a vector store connected on production but that's coming soon.
How to
- Set up
- Create partitions
- Create a queue and collection
- Create a reference class
- Add documents to the vector store
- Perform a search
- How to change the schema
Demo
Edited by Madelein van Niekerk