defenseunicorns / leapfrogai

Production-ready Generative AI for local, cloud native, airgap, and edge deployments.

Home Page:https://leapfrog.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat(api): Vector Stores endpoints

gphorvath opened this issue · comments

User Story

As a LeapfrogAI Developer
I want an OpenAI compliant Vector Stores API
So that I can interact with the vector store via the API

Acceptance Criteria

Implement and test the following endpoints:

  • Create vector store
  • List vector store
  • Retrieve vector store
  • Modify vector store
  • Delete vector store

Additional context