minor readme fix
This commit is contained in:
parent
a1708a2638
commit
4ce28b31bd
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ class QueryParam:
|
||||||
"""Maximum number of tokens allocated for relationship descriptions in global retrieval."""
|
"""Maximum number of tokens allocated for relationship descriptions in global retrieval."""
|
||||||
max_token_for_local_context: int = 4000
|
max_token_for_local_context: int = 4000
|
||||||
"""Maximum number of tokens allocated for entity descriptions in local retrieval."""
|
"""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."""
|
"""List of ids to filter the RAG."""
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue