@@ -104,7 +104,7 @@ def _setup_routes(self):
104
104
filters: {"document_id": {"$eq": "3e157b3a-8469-51db-90d9-52e7d896b49b"}},
105
105
use_semantic_search: true,
106
106
chunk_settings: {
107
- limit: 20, // separate limit for chunk vs. graph
107
+ limit: 20, # separate limit for chunk vs. graph
108
108
enabled: true
109
109
},
110
110
graph_settings: {
@@ -130,7 +130,7 @@ def _setup_routes(self):
130
130
filters: {"document_id": {"$eq": "3e157b3a-8469-51db-90d9-52e7d896b49b"}},
131
131
use_semantic_search: true,
132
132
chunk_settings: {
133
- limit: 20, // separate limit for chunk vs. graph
133
+ limit: 20, # separate limit for chunk vs. graph
134
134
enabled: true
135
135
},
136
136
graph_settings: {
@@ -165,7 +165,7 @@ def _setup_routes(self):
165
165
filters: {"document_id": {"$eq": "3e157b3a-8469-51db-90d9-52e7d896b49b"}},
166
166
use_semantic_search: true,
167
167
chunk_settings: {
168
- limit: 20, // separate limit for chunk vs. graph
168
+ limit: 20, # separate limit for chunk vs. graph
169
169
enabled: true
170
170
},
171
171
graph_settings: {
@@ -261,7 +261,7 @@ async def search_app(
261
261
filters: {"document_id": {"$eq": "3e157b3a-8469-51db-90d9-52e7d896b49b"}},
262
262
use_semantic_search: true,
263
263
chunk_settings: {
264
- limit: 20, // separate limit for chunk vs. graph
264
+ limit: 20, # separate limit for chunk vs. graph
265
265
enabled: true
266
266
},
267
267
graph_settings: {
@@ -435,7 +435,7 @@ async def stream_generator():
435
435
filters: {"document_id": {"$eq": "3e157b3a-8469-51db-90d9-52e7d896b49b"}},
436
436
use_semantic_search: true,
437
437
chunk_settings: {
438
- limit: 20, // separate limit for chunk vs. graph
438
+ limit: 20, # separate limit for chunk vs. graph
439
439
enabled: true
440
440
},
441
441
graph_settings: {
0 commit comments