diff --git a/README.md b/README.md index 6eb25e65..018a94e6 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ class QueryParam: """Maximum number of tokens allocated for relationship descriptions in global retrieval.""" max_token_for_local_context: int = 4000 """Maximum number of tokens allocated for entity descriptions in local retrieval.""" - ids: list[str] | None = None + ids: list[str] | None = None # ONLY SUPPORTED FOR PG VECTOR DBs """List of ids to filter the RAG.""" ... ```