Skip to content

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

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

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

Conversation

@krysto9872

Copy link
Copy Markdown
Owner

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 arakoodev#273
Fixes arakoodev#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