BharatSahAIyak / kg-markdown-enhancer

2 stars 14 forks source link

Semantic Search #19

Open shaunak-09 opened 4 months ago

shaunak-09 commented 4 months ago

I have implemented the semantic search functionality by creating vector embeddings for all nodes based on their description property using OpenAI api. Then, whenever we search a query, a vector embedding is created for that query, and the 5 most closest nodes are sent as result.

shaunak-09 commented 4 months ago

Sorry for that I had removed it from 1 function