-
- Downloads
VoyageAI reranking (#12111)
* - refactor the base - adding new test case to validate the code works with API key stored as env.variable * Batch size default value * Remove unused constant Correct the code * Corrections due to comments * Corrections New tests * Adding truncation attribute Refactoring Remove useless test * Remove default model Add tests Reformat, etc * VoyageAI rerank v0.1 * Adding an example with VoyageAI embeddings and rerank * Adding an example with VoyageAI embeddings and rerank * Adding an example with VoyageAI embeddings and rerank * Correcting the BUILD file problems * Remove the wrongly placed notebook * Correction --------- Co-authored-by:fodizoltan <zoltan@conway.expert> Co-authored-by:
Yujie Qian <thomasq0809@gmail.com>
Showing
- llama-index-integrations/postprocessor/llama-index-postprocessor-voyageai-rerank/.gitignore 153 additions, 0 deletions...ssor/llama-index-postprocessor-voyageai-rerank/.gitignore
- llama-index-integrations/postprocessor/llama-index-postprocessor-voyageai-rerank/BUILD 3 additions, 0 deletions...processor/llama-index-postprocessor-voyageai-rerank/BUILD
- llama-index-integrations/postprocessor/llama-index-postprocessor-voyageai-rerank/Makefile 17 additions, 0 deletions...cessor/llama-index-postprocessor-voyageai-rerank/Makefile
- llama-index-integrations/postprocessor/llama-index-postprocessor-voyageai-rerank/README.md 1 addition, 0 deletions...essor/llama-index-postprocessor-voyageai-rerank/README.md
- llama-index-integrations/postprocessor/llama-index-postprocessor-voyageai-rerank/llama_index/postprocessor/voyageai_rerank/BUILD 1 addition, 0 deletions...ai-rerank/llama_index/postprocessor/voyageai_rerank/BUILD
- llama-index-integrations/postprocessor/llama-index-postprocessor-voyageai-rerank/llama_index/postprocessor/voyageai_rerank/__init__.py 3 additions, 0 deletions...ank/llama_index/postprocessor/voyageai_rerank/__init__.py
- llama-index-integrations/postprocessor/llama-index-postprocessor-voyageai-rerank/llama_index/postprocessor/voyageai_rerank/base.py 77 additions, 0 deletions...-rerank/llama_index/postprocessor/voyageai_rerank/base.py
- llama-index-integrations/postprocessor/llama-index-postprocessor-voyageai-rerank/pyproject.toml 50 additions, 0 deletions.../llama-index-postprocessor-voyageai-rerank/pyproject.toml
- llama-index-integrations/postprocessor/llama-index-postprocessor-voyageai-rerank/tests/BUILD 1 addition, 0 deletions...sor/llama-index-postprocessor-voyageai-rerank/tests/BUILD
- llama-index-integrations/postprocessor/llama-index-postprocessor-voyageai-rerank/tests/__init__.py 0 additions, 0 deletions...ama-index-postprocessor-voyageai-rerank/tests/__init__.py
- llama-index-integrations/postprocessor/llama-index-postprocessor-voyageai-rerank/tests/test_postprocessor_voyageai-rerank.py 7 additions, 0 deletions...yageai-rerank/tests/test_postprocessor_voyageai-rerank.py
Loading
Please register or sign in to comment