Skip to content

Commit

Permalink
embed viz
Browse files Browse the repository at this point in the history
  • Loading branch information
VomV committed Jul 31, 2024
1 parent 8a659bb commit 5de4747
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions rag_basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,23 @@
"\n",
"KB_VDB"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"user_query = \"How to avoid parallelism warning in huggingface tokenizers?\"\n",
"query_vector = embeddings.embed_query(user_query)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 5de4747

Please sign in to comment.