diff --git a/docs/src/theme/FeatureTables.js b/docs/src/theme/FeatureTables.js index 043b7513aa583..d6500994c4027 100644 --- a/docs/src/theme/FeatureTables.js +++ b/docs/src/theme/FeatureTables.js @@ -40,15 +40,15 @@ const FEATURE_TABLES = { "apiLink": "https://python.langchain.com/api_reference/mistralai/chat_models/langchain_mistralai.chat_models.ChatMistralAI.html" }, { - "name": "ChatAIMLAPI", - "package": "langchain-aimlapi", - "link": "aimlapi/", - "structured_output": true, - "tool_calling": true, - "json_mode": true, - "multimodal": true, - "local": false, - "apiLink": "https://python.langchain.com/api_reference/aimlapi/chat_models/langchain_aimlapi.chat_models.ChatAIMLAPI.html" + "name": "ChatAIMLAPI", + "package": "langchain-aimlapi", + "link": "aimlapi/", + "structured_output": true, + "tool_calling": true, + "json_mode": true, + "multimodal": true, + "local": false, + "apiLink": "https://python.langchain.com/api_reference/aimlapi/chat_models/langchain_aimlapi.chat_models.ChatAIMLAPI.html" }, { "name": "ChatFireworks", @@ -1199,7 +1199,7 @@ const FEATURE_TABLES = { searchWithScore: true, async: true, passesStandardTests: false, - multiTenancy: false, + multiTenancy: true, local: true, idsInAddDocuments: true, }, @@ -1230,17 +1230,17 @@ const FEATURE_TABLES = { idsInAddDocuments: true, }, { - name: "PGVectorStore", - link: "pgvectorstore", - deleteById: true, - filtering: true, - searchByVector: true, - searchWithScore: true, - async: true, - passesStandardTests: true, - multiTenancy: false, - local: true, - idsInAddDocuments: true, + name: "PGVectorStore", + link: "pgvectorstore", + deleteById: true, + filtering: true, + searchByVector: true, + searchWithScore: true, + async: true, + passesStandardTests: true, + multiTenancy: false, + local: true, + idsInAddDocuments: true, }, { name: "PineconeVectorStore",