Skip to content

Conversation

@parvector
Copy link

@parvector parvector commented Nov 14, 2025

Added new vectorstore implementation: reindexer.py
Exposed ReindexerVectorStore in langchain-community/libs/community/langchain_community/vectorstores/init.py
Added integration tests in langchain-community/libs/community/tests/unit_tests/vectorstores/test_reindexer.py
Implemented methods:

  • from_texts
  • add_documents
  • delete
  • get_by_ids
  • _apply_metadata_filter
  • _similarity_search_with_score_by_vector
  • similarity_search
  • similarity_search_with_score
  • similarity_search_by_vector
  • aadd_documents
  • adelete
  • aget_by_ids
  • asimilarity_search
  • asimilarity_search_with_score
  • asimilarity_search_by_vector
  • max_marginal_relevance_search_by_vector
  • max_marginal_relevance_search
  • amax_marginal_relevance_search
  • amax_marginal_relevance_search_by_vector
  • save_local
  • load_local

@parvector parvector changed the title feat(vectorstores): add ReindexerVectorStore integration and tests feat(vectorstores): add ReindexerVectorStore tests Nov 14, 2025
@github-actions github-actions bot added feature and removed feature labels Nov 14, 2025
@parvector parvector changed the title feat(vectorstores): add ReindexerVectorStore tests feat(vectorstores): add ReindexerVectorStore functional and tests Nov 19, 2025
@github-actions github-actions bot added feature and removed feature labels Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant