Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vector store + integration #864

Open
5 tasks
skyzh opened this issue Jan 8, 2025 · 1 comment
Open
5 tasks

vector store + integration #864

skyzh opened this issue Jan 8, 2025 · 1 comment

Comments

@skyzh
Copy link
Member

skyzh commented Jan 8, 2025

  • vector type
  • vector functions
  • vector storage format (use JSON for now?)
  • vector indexes
  • integration with langchain (WIP)
@skyzh
Copy link
Member Author

skyzh commented Jan 8, 2025

misc:

  • create table if not exists
  • more efficient insert into statements via python interface (passing string is slow)

github-merge-queue bot pushed a commit that referenced this issue Jan 11, 2025
part of #864

Add `create index` support. No indexes are created for now. It only
modifies the catalog. All storage engines now use a shared submodule
called `index` to manage in-memory indexes.

---------

Signed-off-by: Alex Chi Z <[email protected]>
Signed-off-by: Alex Chi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant