openai / chatgpt-retrieval-plugin

The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.
MIT License
20.96k stars 3.68k forks source link

radis could‘t response my query #429

Open cuterv opened 3 months ago

cuterv commented 3 months ago

2024-03-11 14:37:32.581 | INFO | datastore.providers.redis_datastore:_query:313 - Gathering 1 query results 2024-03-11 14:37:32.581 | DEBUG | datastore.providers.redis_datastore:_query:315 - Query: string 2024-03-11 14:37:32.582 | INFO | services.date:to_unix_timestamp:23 - Invalid date format: string 2024-03-11 14:37:32.582 | INFO | services.date:to_unix_timestamp:23 - Invalid date format: string INFO: 127.0.0.1:50912 - "POST /query HTTP/1.1" 200 OK

but no results in Response body

{ "results": [ { "query": "string", "results": [] } ] }

suleymanozdel commented 3 months ago

Same problem