mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-01 04:29:09 +00:00
…tch]: import models from community ran ```bash git grep -l 'from langchain\.chat_models' | xargs -L 1 sed -i '' "s/from\ langchain\.chat_models/from\ langchain_community.chat_models/g" git grep -l 'from langchain\.llms' | xargs -L 1 sed -i '' "s/from\ langchain\.llms/from\ langchain_community.llms/g" git grep -l 'from langchain\.embeddings' | xargs -L 1 sed -i '' "s/from\ langchain\.embeddings/from\ langchain_community.embeddings/g" git checkout master libs/langchain/tests/unit_tests/llms git checkout master libs/langchain/tests/unit_tests/chat_models git checkout master libs/langchain/tests/unit_tests/embeddings/test_imports.py make format cd libs/langchain; make format cd ../experimental; make format cd ../core; make format ``` |
||
---|---|---|
.. | ||
docarray | ||
redis | ||
__init__.py | ||
alibabacloud_opensearch.py | ||
analyticdb.py | ||
annoy.py | ||
astradb.py | ||
atlas.py | ||
awadb.py | ||
azure_cosmos_db.py | ||
azuresearch.py | ||
bageldb.py | ||
baiducloud_vector_search.py | ||
cassandra.py | ||
chroma.py | ||
clarifai.py | ||
clickhouse.py | ||
dashvector.py | ||
databricks_vector_search.py | ||
deeplake.py | ||
dingo.py | ||
elastic_vector_search.py | ||
elasticsearch.py | ||
epsilla.py | ||
faiss.py | ||
hippo.py | ||
hologres.py | ||
jaguar.py | ||
lancedb.py | ||
llm_rails.py | ||
marqo.py | ||
matching_engine.py | ||
meilisearch.py | ||
milvus.py | ||
momento_vector_index.py | ||
mongodb_atlas.py | ||
myscale.py | ||
neo4j_vector.py | ||
nucliadb.py | ||
opensearch_vector_search.py | ||
pgembedding.py | ||
pgvecto_rs.py | ||
pgvector.py | ||
pinecone.py | ||
qdrant.py | ||
rocksetdb.py | ||
scann.py | ||
semadb.py | ||
singlestoredb.py | ||
sklearn.py | ||
sqlitevss.py | ||
starrocks.py | ||
supabase.py | ||
surrealdb.py | ||
tair.py | ||
tencentvectordb.py | ||
tigris.py | ||
tiledb.py | ||
timescalevector.py | ||
typesense.py | ||
usearch.py | ||
utils.py | ||
vald.py | ||
vearch.py | ||
vectara.py | ||
vespa.py | ||
weaviate.py | ||
xata.py | ||
yellowbrick.py | ||
zep.py | ||
zilliz.py |