Fix/qdrant support (#1253)

* Disable check same thread by default to enable disk-based Qdrant local client to work
This commit is contained in:
Iván Martínez
2023-11-16 13:29:17 +01:00
committed by GitHub
parent 23fa530c31
commit 2a417d2f61
5 changed files with 16 additions and 8 deletions

View File

@@ -259,7 +259,7 @@ poetry install --extras qdrant
By default Qdrant tries to connect to an instance at `http://localhost:3000`.
Qdrant settings can be configured by setting values to the `qdrant` propery in the `settings.yaml` file.
Qdrant settings can be configured by setting values to the `qdrant` property in the `settings.yaml` file.
The available configuration options are:
| Field | Description |
@@ -275,6 +275,7 @@ The available configuration options are:
| timeout | Timeout for REST and gRPC API requests.<br>Default: 5.0 seconds for REST and unlimited for gRPC |
| host | Host name of Qdrant service. If url and host are not set, defaults to 'localhost'.|
| path | Persistence path for QdrantLocal. Eg. `local_data/private_gpt/qdrant`|
| force_disable_check_same_thread | Force disable check_same_thread for QdrantLocal sqlite connection.|
#### Known issues and Troubleshooting

File diff suppressed because one or more lines are too long