Update Explore.svelte

This commit is contained in:
Darren Zal 2023-02-14 14:55:01 -08:00 committed by GitHub
parent 03a3f475cd
commit 8013c8d0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -190,8 +190,6 @@
// attributesToRetrieve: ['id']
// })
const searchResult = await index.search(e.target.value.toString())
console.log(searchResult.hits)
// need to turn the search results into an array of ids which can be used to query the knowledge graph
const resultsgraph = await generateKnowledgeGraph(searchResult.hits).then(
resultsgraph => {