Roy
commited on
Commit
·
1a604fd
1
Parent(s):
7afdb71
minor readme fix
Browse files
README.md
CHANGED
@@ -176,7 +176,7 @@ class QueryParam:
|
|
176 |
"""Maximum number of tokens allocated for relationship descriptions in global retrieval."""
|
177 |
max_token_for_local_context: int = 4000
|
178 |
"""Maximum number of tokens allocated for entity descriptions in local retrieval."""
|
179 |
-
ids: list[str] | None = None
|
180 |
"""List of ids to filter the RAG."""
|
181 |
...
|
182 |
```
|
|
|
176 |
"""Maximum number of tokens allocated for relationship descriptions in global retrieval."""
|
177 |
max_token_for_local_context: int = 4000
|
178 |
"""Maximum number of tokens allocated for entity descriptions in local retrieval."""
|
179 |
+
ids: list[str] | None = None # ONLY SUPPORTED FOR PG VECTOR DBs
|
180 |
"""List of ids to filter the RAG."""
|
181 |
...
|
182 |
```
|