IntelliJava
IntelliJava copied to clipboard
Create semantic search class
Add a class to the function package that uses the embedding from openai and cohere to execute the semantic search.
Follow the example in the node version to create the java class: https://github.com/Barqawiz/IntelliNode/blob/main/IntelliNode/function/SemanticSearch.js
Dependency: #11 #12