mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-24 03:52:08 +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,
|
||||
filtering: true,
|
||||
searchByVector: true,
|
||||
searchWithScore: false,
|
||||
searchWithScore: true,
|
||||
async: true,
|
||||
passesStandardTests: false,
|
||||
multiTenancy: false,
|
||||
|
@ -1,7 +1,6 @@
|
||||
-e ../partners/openai
|
||||
-e ../partners/anthropic
|
||||
-e ../partners/fireworks
|
||||
-e ../partners/together
|
||||
-e ../partners/mistralai
|
||||
-e ../partners/groq
|
||||
jsonschema>=4.22.0,<5
|
||||
|
@ -26,7 +26,6 @@ def test_all_imports() -> None:
|
||||
"langchain_openai",
|
||||
"langchain_anthropic",
|
||||
"langchain_fireworks",
|
||||
"langchain_together",
|
||||
"langchain_mistralai",
|
||||
"langchain_groq",
|
||||
)
|
||||
@ -36,7 +35,6 @@ def test_all_imports() -> None:
|
||||
("gpt-4o", "openai"),
|
||||
("claude-3-opus-20240229", "anthropic"),
|
||||
("accounts/fireworks/models/mixtral-8x7b-instruct", "fireworks"),
|
||||
("meta-llama/Llama-3-8b-chat-hf", "together"),
|
||||
("mixtral-8x7b-32768", "groq"),
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user