Skip to content

feat: add Qdrant and PaLM 2 support (#273, #279) - #634

Open
krysto9872 wants to merge 7 commits into
arakoodev:tsfrom
krysto9872:codex/bounty-qdrant-palm2
Open

feat: add Qdrant and PaLM 2 support (#273, #279)#634
krysto9872 wants to merge 7 commits into
arakoodev:tsfrom
krysto9872:codex/bounty-qdrant-palm2

Conversation

@krysto9872

Copy link
Copy Markdown

What

  • Add a dependency-free Qdrant REST client for collection, point, search, scroll, and delete operations.
  • Add a typed PaLM 2 generateText adapter with configurable model/version, retries, and injectable HTTP client.
  • Export both adapters, add mocked unit coverage, and include a JSONnet-driven PaLM 2 example.

Verification

  • npm run build
  • npm test -- --run src/ai/src/tests/palm2.test.ts src/vector-db/src/tests/qdrant.test.ts (5 tests passed)
  • git diff --check

Fixes #273
Fixes #279

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

CLA Assistant Lite bot: Thank you for your submission, we really appreciate it. Before we can accept your contribution, we ask that you sign the Arakoo Contributor License Agreement. You can sign the CLA by adding a new comment to this pull request and pasting exactly the following text.


I have read the Arakoo CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request

@krysto9872

Copy link
Copy Markdown
Author

The implementation covers both linked issues and the repository checks for changes/JavaScript pass. Before I complete the repository CLA step, could a maintainer confirm whether this submission is eligible for the bounty and what reward amount applies to #273/#279?

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

Successfully merging this pull request may close these issues.

BOUNTY: add support for Google Palm2 API in javascript/typescript BOUNTY: add support for qdrant vector database in javascript sdk

1 participant