Closed (fixed)
Project:
Search API AI
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
30 May 2024 at 08:42 UTC
Updated:
17 Jun 2024 at 08:54 UTC
Jump to comment: Most recent
Dependent on https://www.drupal.org/project/search_api_ai/issues/3450815
Add full Milvus support, in a submodule with no other dependencies.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
marcus_johansson commentedAdded the Milvus module in the fork.
Comment #5
andrewbelcher commentedReviewed along side #3450815: Add a trait, base class and interface for AI Search API backend engines and looks good!
Worth noting this probably mostly solves #3403577: Implement Milvus as a vector storage backend as well (and crediting @scott_euser accordingly)
Comment #8
andrewbelcher commentedComment #9
fishfree commented@Marcus @andrew Thank you for your great work! However, I got "The website encountered an unexpected error. Try again later" when adding a search_api server of backend "Milvus" with your patch. On page /admin/reports/dblog, the detailed error is as below:
My search_api & openai & search_api_ai & search_api_solr are all the latest dev version.
I tried adding a solr backend server successfully.
FYI: https://julian.pustkuchen.com/de/fix-drupal-error-exception-serializatio...