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
If anyone has achieved or can suggest for this . In this we want to continuously index the updated code base in the HippoRAG index and query on the updated index and then make code changes and continuously do so. Here consider that we want to do this offline with ollama type models only and dont want to use OpenAI or Claude .
If anyone can suggest how can i do this ?
The text was updated successfully, but these errors were encountered:
Hi, thanks for your interest. Continuously building indexes here is an inspiring idea.
HippoRAG is not developed for codes currently, but we are open to any suggestions or discussions.
Combined with frameworks such as Langchain, you should be able to replace model calls with open-source models.
If anyone has achieved or can suggest for this . In this we want to continuously index the updated code base in the HippoRAG index and query on the updated index and then make code changes and continuously do so. Here consider that we want to do this offline with ollama type models only and dont want to use OpenAI or Claude .
If anyone can suggest how can i do this ?
The text was updated successfully, but these errors were encountered: