message embeddings in Messages table

This commit is contained in:
jojopirker
2023-01-08 12:28:38 +01:00
parent 9194e15b80
commit 11d55d572a
10 changed files with 67 additions and 11 deletions
+1
View File
@@ -6,6 +6,7 @@ pushd "$parent_path/../../backend"
export DEBUG_SKIP_API_KEY_CHECK=True
export DEBUG_USE_SEED_DATA=True
export DEBUG_SKIP_EMBEDDING_COMPUTATION=True
uvicorn main:app --reload --port 8080 --host 0.0.0.0