diff --git a/faq/index.html b/faq/index.html index 0fa79bf..4811f2a 100644 --- a/faq/index.html +++ b/faq/index.html @@ -2160,10 +2160,10 @@

sqlite3.Operatio

To work around the first issue, you can increase the disk space or clean up the disk space. To work around the second issue, you can increase the temporary disk space (works fine for containers but might be a problem for VMs) or point SQLite3 to a different temporary directory by using SQLITE_TMPDIR environment variable.

-
-

SQLite Temp File

-

More information on sqlite3 temp files can be found here.

-
+
+SQLite Temp File +

More information on how sqlite3 uses temp files can be found here.

+

RuntimeError: Chroma is running in http-only client mode, and can only be run with 'chromadb.api.fastapi.FastAPI'

Symptoms and Context:

The following error is raised when trying to create a new PersistentClient, EphemeralClient, or Client:

@@ -2177,7 +2177,7 @@