-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add framework integration for composite retrieval (#17536)
- Loading branch information
1 parent
6904770
commit b020aa0
Showing
9 changed files
with
5,294 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...ama-index-indices-managed-llama-cloud/llama_index/indices/managed/llama_cloud/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
from llama_index.indices.managed.llama_cloud.base import LlamaCloudIndex | ||
from llama_index.indices.managed.llama_cloud.retriever import LlamaCloudRetriever | ||
from llama_index.indices.managed.llama_cloud.composite_retriever import ( | ||
LlamaCloudCompositeRetriever, | ||
) | ||
|
||
__all__ = [ | ||
"LlamaCloudIndex", | ||
"LlamaCloudRetriever", | ||
"LlamaCloudCompositeRetriever", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.