Skip to content
Snippets Groups Projects
Unverified Commit 8d0607ed authored by Stefano Lottini's avatar Stefano Lottini Committed by GitHub
Browse files

Astra DB vector store: rephrase the warning about indexing (#11702)

parent 0546134b
No related branches found
No related tags found
No related merge requests found
......@@ -126,9 +126,11 @@ class AstraDBVectorStore(BasePydanticVectorStore):
if "indexing" not in pre_col_options:
warn(
(
f"Collection '{collection_name}' is detected as legacy"
" and has indexing turned on for all fields. This"
" implies stricter limitations on the amount of text"
f"Collection '{collection_name}' is detected as "
"having indexing turned on for all fields "
"(either created manually or by older versions "
"of this plugin). This implies stricter "
"limitations on the amount of text"
" each entry can store. Consider reindexing anew on a"
" fresh collection to be able to store longer texts."
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment