Implement async support in Qdrant local mode (#8001)

I've extended the support of async API to local Qdrant mode. It is faked
but allows prototyping without spinning a container. The tests are
improved to test the in-memory case as well.

@baskaryan @rlancemartin @eyurtsev @agola11
This commit is contained in:
Kacper Łukawski
2023-07-21 04:04:33 +02:00
committed by GitHub
parent 7717c24fc4
commit ed6a5532ac
10 changed files with 196 additions and 83 deletions

View File

@@ -114,7 +114,6 @@
" \"rating\": 9.9,\n",
" \"director\": \"Andrei Tarkovsky\",\n",
" \"genre\": \"science fiction\",\n",
" \"rating\": 9.9,\n",
" },\n",
" ),\n",
"]\n",