parent
4f0e272549
commit
2fd56cb01c
7 changed files with 18 additions and 10 deletions
|
|
@ -371,7 +371,8 @@ class Completion:
|
|||
vector_index = VectorIndex(
|
||||
dataset=dataset,
|
||||
config=current_app.config,
|
||||
embeddings=embeddings
|
||||
embeddings=embeddings,
|
||||
attributes=['doc_id', 'annotation_id', 'app_id']
|
||||
)
|
||||
|
||||
documents = vector_index.search(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue