Merge branch 'master' into fix-1000-file-index-update-limit

This commit is contained in:
Debanjum Singh Solanky
2024-01-16 16:50:58 +05:30
80 changed files with 24067 additions and 467 deletions

View File

@@ -1,3 +1,4 @@
import os
import urllib.parse
from urllib.parse import quote
@@ -53,6 +54,7 @@ def test_chat_with_no_chat_history_or_retrieved_content_gpt4all(client_offline_c
# ----------------------------------------------------------------------------------------------------
@pytest.mark.skipif(os.getenv("SERPER_DEV_API_KEY") is None, reason="requires SERPER_DEV_API_KEY")
@pytest.mark.chatquality
@pytest.mark.django_db(transaction=True)
def test_chat_with_online_content(chat_client):