Skip to content

feat: add in-memory vector search plugin with multilingual support#315

Open
hgaol wants to merge 1 commit intoapache:devfrom
hgaol:314
Open

feat: add in-memory vector search plugin with multilingual support#315
hgaol wants to merge 1 commit intoapache:devfrom
hgaol:314

Conversation

@hgaol
Copy link
Copy Markdown
Member

@hgaol hgaol commented Apr 12, 2026

  • Implemented the in-memory vector search functionality in the new vector-search-memory plugin.
  • Added English and Chinese localization files for plugin configuration and descriptions.
  • Created a comprehensive configuration structure for embedding API integration, including API host, key, model, level, and similarity threshold.
  • Developed core functionalities for document management, including adding, updating, deleting, and searching documents based on cosine similarity.
  • Introduced synchronization capabilities to bulk index questions and answers from the registered syncer.
  • Embedded necessary metadata and logging for better traceability and debugging.

- Implemented the in-memory vector search functionality in the new `vector-search-memory` plugin.
- Added English and Chinese localization files for plugin configuration and descriptions.
- Created a comprehensive configuration structure for embedding API integration, including API host, key, model, level, and similarity threshold.
- Developed core functionalities for document management, including adding, updating, deleting, and searching documents based on cosine similarity.
- Introduced synchronization capabilities to bulk index questions and answers from the registered syncer.
- Embedded necessary metadata and logging for better traceability and debugging.
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.

1 participant