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 DB #1197

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open

Vector DB #1197

wants to merge 10 commits into from

Conversation

astrimaitis
Copy link
Contributor

@astrimaitis astrimaitis commented Mar 19, 2024

Version 1 of Vector DB includes:

  • Initialize - feed in data or use package without it
  • Table - return table data via its name as a parameter
  • Quantize Data - feed a table name and a mapping function to navigate how to transform this data into quantized data
  • Kmeans - feed the quantized data to receive unsupervised predictions of the data
  • Infer - feed your kmeans data and a sample row to determine which classification the data belongs under

@astrimaitis astrimaitis reopened this Mar 20, 2024
@astrimaitis astrimaitis changed the title init Vector DB Mar 20, 2024
@astrimaitis astrimaitis marked this pull request as ready for review March 21, 2024 17:35
@astrimaitis astrimaitis requested a review from a team as a code owner March 21, 2024 17:35
Copy link
Contributor

@SnickerChar SnickerChar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works!

packages/core/src/implementations/SnickerdoodleCore.ts Outdated Show resolved Hide resolved
packages/vector-db/src/volatile/VectorDB.ts Outdated Show resolved Hide resolved
packages/vector-db/src/volatile/VectorDB.ts Show resolved Hide resolved
packages/vector-db/src/IQuantizationService.ts Outdated Show resolved Hide resolved
packages/vector-db/test/integration/VectorDB.test.ts Outdated Show resolved Hide resolved
packages/vector-db/test/integration/VectorDB.test.ts Outdated Show resolved Hide resolved
packages/vector-db/test/integration/VectorDB.test.ts Outdated Show resolved Hide resolved
@astrimaitis astrimaitis reopened this Mar 23, 2024
@astrimaitis astrimaitis added the DEMO-01 Code is merged to DEMO-01 Sandbox label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DEMO-01 Code is merged to DEMO-01 Sandbox
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants