mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-03 19:20:53 +02:00
Revert "More efficient Vespa indexing (#3552)"
This reverts commit 2783216781
.
This commit is contained in:
@ -10,7 +10,6 @@ Then run test_query_times.py to test query times.
|
||||
"""
|
||||
import random
|
||||
from datetime import datetime
|
||||
from datetime import timezone
|
||||
|
||||
from onyx.access.models import DocumentAccess
|
||||
from onyx.configs.constants import DocumentSource
|
||||
@ -97,7 +96,6 @@ def generate_dummy_chunk(
|
||||
document_sets={document_set for document_set in document_set_names},
|
||||
boost=random.randint(-1, 1),
|
||||
tenant_id=POSTGRES_DEFAULT_SCHEMA,
|
||||
current_index_time=datetime.now(tz=timezone.utc),
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user