You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool uses vector embeddings to search through preprocessed CAP documentation stored locally. The process works as follows:
156
+
This tool uses vector embeddings to search through preprocessed CAP documentation stored as embeddings locally. The process works as follows:
157
157
158
-
1.**Pre-processing:** CAP documentation is split into semantic sections and converted to vector embeddings.
159
-
2.**Query processing:** Your search query is also converted to an embedding vector.
160
-
3.**Similarity search:** The system finds documentation chunks with the highest semantic similarity to your query.
158
+
1.**Query processing:** Your search query is converted to an embedding vector.
159
+
2.**Similarity search:** The system finds documentation chunks with the highest semantic similarity to your query.
161
160
162
161
This semantic search approach enables you to find relevant documentation even when your query does not use the exact keywords found in the docs, all locally on your machine.
0 commit comments