Metadata-Version: 2.4
Name: lobster-vector
Version: 1.1.418
Summary: Semantic vector search engine for biomedical ontologies
Author-email: Omics-OS <info@omics-os.com>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://omics-os.com
Project-URL: Documentation, https://docs.omics-os.com
Project-URL: Repository, https://github.com/the-omics-os/lobster
Keywords: bioinformatics,vector-search,ontology,semantic-search,embeddings,chromadb
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: <3.14,>=3.12
Description-Content-Type: text/markdown
Requires-Dist: lobster-ai~=1.1.0
Requires-Dist: pydantic>=2.0.0
Provides-Extra: chromadb
Requires-Dist: chromadb>=1.0.0; extra == "chromadb"
Provides-Extra: openai
Requires-Dist: openai>=1.0.0; extra == "openai"
Provides-Extra: local
Requires-Dist: sentence-transformers>=2.2.0; extra == "local"
Requires-Dist: torch>=2.0; extra == "local"
Provides-Extra: cohere
Requires-Dist: cohere>=5.0.0; extra == "cohere"
Provides-Extra: graph
Requires-Dist: obonet>=0.3.0; extra == "graph"
Requires-Dist: networkx>=3.0; extra == "graph"
Provides-Extra: full
Requires-Dist: lobster-vector[chromadb,cohere,graph,local,openai]; extra == "full"
