summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-11Add host and port configuration to Postgres provider (#6)externals/vecdbAndrew Hyatt
2025-10-11Add host and port configuration to Postgres providerAndrew Hyatt
2025-10-11Handle dashes in fields and large Postgres IDs (#5)Andrew Hyatt
2025-10-11Set new versionAndrew Hyatt
2025-10-11Use pg-connect-plistAndrew Hyatt
2025-10-11Handle dashes in fields and large Postgres IDsAndrew Hyatt
2025-07-24Add Continuous Integration, setting up postgres, chroma, and qdrant (#3)Andrew Hyatt
2025-07-24Fix lint issueAndrew Hyatt
2025-07-24Pass empty api key for qdrantAndrew Hyatt
2025-07-24Add vector extension on pg db createAndrew Hyatt
2025-07-24Merge branch 'main' into ciAndrew Hyatt
2025-07-24Add runs-on and environment for integration testsAndrew Hyatt
2025-07-24Split into two tests, remove 28, which we don't supportAndrew Hyatt
2025-07-24Remove stray quoteAndrew Hyatt
2025-07-23Fix various errors pointed out by reviewAndrew Hyatt
2025-07-21Set version to 0.2Andrew Hyatt
2025-07-21Add postgres implementation of vecdb with pgvectorAndrew Hyatt
2025-07-21Fix missing space in integration testsAndrew Hyatt
2025-07-21Fix mistaken function name in READMEAndrew Hyatt
2025-07-21Fix typo in READMEAndrew Hyatt
2025-07-21Use prepared statements, fix typoAndrew Hyatt
2025-07-20Add Continuous Integration, setting up postgres, chroma, and qdrantAndrew Hyatt
2025-07-20Fixes for upserting without payload fieldsAndrew Hyatt
2025-07-16Get psql tests to pass integration testsAndrew Hyatt
2025-07-16Merge branch 'main' into psqlAndrew Hyatt
2025-07-15Fix integration test copyright header and whitespaceAndrew Hyatt
2025-07-15Add Postgres to integration testAndrew Hyatt
2025-07-15Merge branch 'main' into psqlAndrew Hyatt
2025-07-15Fix psql lint warningsAndrew Hyatt
2025-07-15Add info to README about psqlAndrew Hyatt
2025-07-15Add first version of Postgres integrationAndrew Hyatt
2025-07-15feat: Add .elpaignore to exclude test filesAndrew Hyatt
2025-07-15Create gitignore, change how integration tests choose providersAndrew Hyatt
2025-07-15Specify the need to set the same payload fields in the READMEAndrew Hyatt
2025-06-16Merge pull request #1 from ahyatt/chroma-integration-testsAndrew Hyatt
2025-06-16Relax some integration test expectations, fix chroma codeAndrew Hyatt
2025-06-15Fix tests, and fix qdrant integration to get tests to passAndrew Hyatt
2025-06-15Okay, I've generalized the integration tests to be provider-agnostic.google-labs-jules[bot]
2025-06-15Refactor Chroma integration tests based on feedbackgoogle-labs-jules[bot]
2025-06-14Add integration tests for ChromaDBgoogle-labs-jules[bot]
2025-06-14Remove references to "embed" in the READMEAndrew Hyatt
2025-06-14Refine README to talk more about vectorsAndrew Hyatt
2025-06-14Fix compilation error (which was a real error)Andrew Hyatt
2025-06-14Fix all lint issuesAndrew Hyatt
2025-06-14Rename package from embed-db to vecdbAndrew Hyatt
2025-06-14dev: Add Eldev configuration with GNU ELPAAndrew Hyatt
2025-06-14Add chroma provider support to embed-dbAndrew Hyatt
2025-06-12Fix embed-db-get-item signatureAndrew Hyatt
2025-06-08Fix qdrant file header, make delete call synchronousAndrew Hyatt
2025-05-27Properly quote the payloadAndrew Hyatt