Does zotero have or have plan of semantic searching?

edited February 28, 2025
RT. something like vectoring item and faiss search. or some plugin exist?
  • This would be very interesting. Full semantic search with vector embeddings would be so useful for literature review.

    The approach would be generating embeddings for paper content (titles, abstracts, full text), storing them locally with something like FAISS as you mentioned, then doing hybrid search combining keyword + semantic similarity.

    Main challenge would be keeping it performant - you'd need incremental indexing and probably make it opt-in given the computational overhead.
Sign In or Register to comment.