mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-24 12:00:52 +00:00
Merge branch 'master' into bagatur/format_content_as
This commit is contained in:
commit
2f5a3e5181
@ -951,7 +951,7 @@ const FEATURE_TABLES = {
|
|||||||
deleteById: true,
|
deleteById: true,
|
||||||
filtering: true,
|
filtering: true,
|
||||||
searchByVector: true,
|
searchByVector: true,
|
||||||
searchWithScore: false,
|
searchWithScore: true,
|
||||||
async: true,
|
async: true,
|
||||||
passesStandardTests: false,
|
passesStandardTests: false,
|
||||||
multiTenancy: false,
|
multiTenancy: false,
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
-e ../partners/openai
|
-e ../partners/openai
|
||||||
-e ../partners/anthropic
|
-e ../partners/anthropic
|
||||||
-e ../partners/fireworks
|
-e ../partners/fireworks
|
||||||
-e ../partners/together
|
|
||||||
-e ../partners/mistralai
|
-e ../partners/mistralai
|
||||||
-e ../partners/groq
|
-e ../partners/groq
|
||||||
jsonschema>=4.22.0,<5
|
jsonschema>=4.22.0,<5
|
||||||
|
@ -26,7 +26,6 @@ def test_all_imports() -> None:
|
|||||||
"langchain_openai",
|
"langchain_openai",
|
||||||
"langchain_anthropic",
|
"langchain_anthropic",
|
||||||
"langchain_fireworks",
|
"langchain_fireworks",
|
||||||
"langchain_together",
|
|
||||||
"langchain_mistralai",
|
"langchain_mistralai",
|
||||||
"langchain_groq",
|
"langchain_groq",
|
||||||
)
|
)
|
||||||
@ -36,7 +35,6 @@ def test_all_imports() -> None:
|
|||||||
("gpt-4o", "openai"),
|
("gpt-4o", "openai"),
|
||||||
("claude-3-opus-20240229", "anthropic"),
|
("claude-3-opus-20240229", "anthropic"),
|
||||||
("accounts/fireworks/models/mixtral-8x7b-instruct", "fireworks"),
|
("accounts/fireworks/models/mixtral-8x7b-instruct", "fireworks"),
|
||||||
("meta-llama/Llama-3-8b-chat-hf", "together"),
|
|
||||||
("mixtral-8x7b-32768", "groq"),
|
("mixtral-8x7b-32768", "groq"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user