Skip to content

Releases: oceanbase/langchain-oceanbase

v0.5.2

09 Jun 06:29
8f027e1

Choose a tag to compare

What's Changed

Fixes

  • Fix embedded SeekDB segfaults with pylibseekdb >= 1.2 by session-scoping test fixtures (oceanbase/seekdb#870)

Maintenance

  • Bump pylibseekdb lower bound to >=1.3.0, remove <1.2 upper cap
  • Regenerate poetry.lock

Full Changelog: v0.5.1...v0.5.2

v0.5.1

09 Jun 03:39
6454195

Choose a tag to compare

What's Changed

Features

  • Support embedded SeekDB mode in checkpointer and store (#138)

Fixes

  • Handle vector search rows without primary keys
  • Stabilize embedded SeekDB vectorstore capacity handling
  • Retry CI image pulls and format vectorstores

Maintenance

  • Split pyseekdb to extra
  • Add Connection Configuration section to README
  • Lowercase seekdb, add provider setup links
  • Dependency updates (aiohttp, ruff, virtualenv, dashscope, and more)

Full Changelog: v0.5.0...v0.5.1

v0.5.0

20 May 06:44
7794d3f

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

13 May 11:48
35f35a1

Choose a tag to compare

What's Changed

  • refactor: optimize CI and replace deprecated embeddings with DefaultEmbeddingFunctionAdapter by @xxsc0529 in #55
  • docs: add LangChain integration badge and clarification by @ShanmukhaRajah22 in #47
  • Developer onboarding improvements by @nileshaher-2024si96522 in #49
  • fix: correct dim argument passing in create_table_func by @cr7258 in #56
  • feat: Implement unit tests for VectorStore (Issue #38) by @NTLx in #60
  • Add standard VectorStore integration tests (#39) by @mx-pai in #61
  • Add standard tests to CI workflow by @knqiufan in #62
  • feat: add LangGraph checkpointer with OceanBase persistence support by @knqiufan in #63
  • feat:Code and documentation organization by @xxsc0529 in #79
  • fix: Dependabot couldn't find virtualenv in the "direct dependencies" when performing security updates for virtualenv by @xxsc0529 in #81
  • chore: add aiohttp as direct dependency (>=3.13.3) for Dependabot security updates by @xxsc0529 in #82
  • feat:Supplement the connection testing and documentation for the embedded seekdb by @xxsc0529 in #91
  • chore(deps): bump aiohttp from 3.13.3 to 3.13.5 by @dependabot[bot] in #95
  • chore(deps-dev): bump pre-commit from 3.8.0 to 4.5.1 by @dependabot[bot] in #86
  • chore(deps-dev): bump dashscope from 1.25.3 to 1.25.17 by @dependabot[bot] in #100
  • chore(deps-dev): bump virtualenv from 21.2.0 to 21.3.0 by @dependabot[bot] in #103
  • chore(deps-dev): bump pytest-cov from 4.1.0 to 7.1.0 by @dependabot[bot] in #97
  • chore(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #104
  • chore: add git-flow governance workflow and docs by @webup in #105
  • chore(deps): bump the production-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #102
  • chore: retarget dependabot updates to develop by @webup in #106
  • chore(deps-dev): bump virtualenv from 21.3.0 to 21.3.1 by @dependabot[bot] in #107
  • chore(deps-dev): bump mypy from 1.19.0 to 2.0.0 by @dependabot[bot] in #108
  • Align OceanBase checkpoint saver with LangGraph conformance by @webup in #110
  • Harden checkpoint conformance against OceanBase CI by @webup in #112
  • Add LangChain vectorstore 1.x conformance coverage by @webup in #114
  • Add MySQL checkpoint saver compatibility coverage by @webup in #115
  • Release 0.4.0 by @webup in #116

New Contributors

Full Changelog: release-v0.3.2...v0.4.0

release-v0.3.2

16 Jan 06:49

Choose a tag to compare

What's Changed

  • refactor: unify hybrid search to use single table with multiple indexes by @xxsc0529 in #53

Full Changelog: release-v0.3.1...release-v0.3.2

release-v0.3.1

23 Dec 09:43

Choose a tag to compare

What's Changed

  • fix: fixed an issue with parsing the return result of the ai_rerank by @xxsc0529 in #36

Full Changelog: release-v0.3.0...release-v0.3.1

release-v0.3.0

13 Dec 13:54

Choose a tag to compare

release-v0.2.7

26 Nov 07:15

Choose a tag to compare

What's Changed

  • refactor: simplify sparse vector index creation and extract common methods by @xxsc0529 in #26
  • feat: Add AI functions support (AI_EMBED, AI_COMPLETE, AI_RERANK) by @xxsc0529 in #28
  • fix: update AI model and endpoint queries to use DBA_OB views by @xxsc0529 in #30

Full Changelog: release-v0.2.6...release-v0.2.7

release-v0.2.6

17 Nov 11:29
a02d739

Choose a tag to compare

What's Changed

  • feat: add sparse vector index support and fix duplicate search results by @xxsc0529 in #22

Full Changelog: release-v0.2.5...release-v0.2.6

release-v0.2.5

06 Nov 09:35
a236e35

Choose a tag to compare

What's Changed

Full Changelog: release-v0.2.4...release-v0.2.5