mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
d64bd32b20
- **Description:** Adds a template for performing RAG with the AzureSearch vectorstore. - **Issue:** N/A - **Dependencies:** N/A - **Twitter handle:** N/A --------- Co-authored-by: Erick Friis <erickfriis@gmail.com> Co-authored-by: Erick Friis <erick@langchain.dev>
4 lines
62 B
Python
4 lines
62 B
Python
from rag_azure_search.chain import chain
|
|
|
|
__all__ = ["chain"]
|