Skip to content

Commit 2a02d34

Browse files
authored
colbert-case (#397)
1 parent e51ea5c commit 2a02d34

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

docs/modules/ROOT/pages/packages.adoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ RAGStack comes with a set of Python packages that provide the necessary tools to
77
. `ragstack-ai-llamaindex`: This package is meant for users who want to use RAGStack with the LlamaIndex framework.
88
. `ragstack-ai-colbert`: This package contains the implementation of the ColBERT retrieval.
99

10-
1110
== Supported integrations for `ragstack-ai-langchain`
11+
1212
The `ragstack-ai-langchain` package includes the minimum set of dependencies for using LangChain with {astra_db}.
13-
LLMs, embeddings, and third-party providers are not included in this package by default, expect for OpenAI and Azure OpenAI.
13+
LLMs, embeddings, and third-party providers are not included in this package by default, except for OpenAI and Azure OpenAI.
1414

1515
To use LLMs, embeddings, or third-party providers, you can leverage `ragstack-ai-langchain` extras:
1616

@@ -19,7 +19,6 @@ To use LLMs, embeddings, or third-party providers, you can leverage `ragstack-ai
1919

2020
Additional LangChain packages should work out of the box, although you need to manage the packages and their dependencies yourself.
2121

22-
2322
== Supported integrations for `ragstack-ai-llamaindex`
2423

2524
The `ragstack-ai-llamaindex` package includes the minimum set of dependencies for using LlamaIndex with {astra_db}.
@@ -33,12 +32,11 @@ To use LLMs, embeddings, or third-party providers, you can leverage `ragstack-ai
3332

3433
Additional LLamaIndex packages should work out of the box, although you need to manage the packages and their dependencies yourself.
3534

35+
== ColBERT with `ragstack-ai-langchain` and `ragstack-ai-llamaindex`
3636

37-
== Colbert with `ragstack-ai-langchain` and `ragstack-ai-llamaindex`
38-
39-
The `colbert` module provides a vanilla implementation for COLBert retrieval. It is not tied to any specific framework and can be used with any of the RAGStack packages.
37+
The `colbert` module provides a vanilla implementation for ColBERT retrieval. It is not tied to any specific framework and can be used with any of the RAGStack packages.
4038

41-
If you want to use COLBert with LangChain or LLamaIndex, you can use the following the extras:
39+
If you want to use ColBERT with LangChain or LLamaIndex, you can use the following the extras:
4240

4341
. `ragstack-ai-langchain[colbert]`
4442
. `ragstack-ai-llamaindex[colbert]`

libs/colbert/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# RAGStack Colbert
1+
# RAGStack ColBERT
22

3-
RAGStack colbert implementation, part of [`ragstack-ai`](https://pypi.org/project/ragstack-ai/).
3+
RAGStack ColBERT implementation, part of [`ragstack-ai`](https://pypi.org/project/ragstack-ai/).
44

55
## Documentation
66

0 commit comments

Comments
 (0)