langchain/libs/community/tests/integration_tests
Marlene f1313339ac
community[patch]: Fixing incorrect base URLs for Azure Cognitive Search Retriever (#19352)
This PR adds code to make sure that the correct base URL is being
created for the Azure Cognitive Search retriever. At the moment an
incorrect base URL is being generated. I think this is happening because
the original code was based on a depreciated API version. No
dependencies need to be added. I've also added more context to the test
doc strings.

I should also note that ACS is now Azure AI Search. I will open a
separate PR to make these changes as that would be a breaking change and
should potentially be discussed.

Twitter: @marlene_zw



- No new tests added, however the current ACS retriever tests are now
passing when I run them.
- Code was linted.

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
2024-03-26 00:04:59 +00:00
..
adapters
callbacks infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
chat_message_histories community: Fix bug with StreamlitChatMessageHistory (#18834) 2024-03-09 13:42:22 -08:00
chat_models community[minor]: Dappier chat model integration (#19370) 2024-03-25 07:29:05 +00:00
document_loaders community[patch]: move pdf text tests to integration (#18746) 2024-03-07 10:34:22 -08:00
embeddings community[patch]: Voyage AI updates default model and batch size (#17655) 2024-03-01 10:22:24 -08:00
examples infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
graphs Remove neo4j bloom labels from graph schema (#18564) 2024-03-05 12:54:05 -08:00
indexes community: Add document manager and mongo document manager (#17320) 2024-02-23 21:32:52 -05:00
llms community[minor]: Integration for Friendli LLM and ChatFriendli ChatModel. (#17913) 2024-03-08 02:20:47 +00:00
retrievers community[patch]: Fixing incorrect base URLs for Azure Cognitive Search Retriever (#19352) 2024-03-26 00:04:59 +00:00
storage community[minor]: Add async methods to the AstraDB BaseStore (#16872) 2024-02-19 10:11:49 -08:00
tools community[minor]: Connery Tool and Toolkit (#14506) 2024-01-29 12:45:03 -08:00
utilities community[patch]: Add Passio Nutrition AI Food Search Tool to Community Package (#18278) 2024-03-08 20:33:22 +00:00
vectorstores community[patch]: More flexible handling for entity names in vector store "HANA Cloud" (#19523) 2024-03-25 15:52:45 -07:00
__init__.py
.env.example community[minor]: add Kinetica LLM wrapper (#17879) 2024-02-22 16:02:00 -08:00
conftest.py
test_compile.py