OriginalGoku
OriginalGoku
@alexmerm Thank you so much for this. I have been trying to figure out what was wrong for a few days now. Hope they can fix the main issue but...
I can not believe that implementing such simple and useful feature has been pending for over 7 months with no clear path forward! This is more like a simple print...
I don't think this project is being maintained actively!
I am having the same problem and I also think the problem is any type of chat_input on the page. I really liked this navigation bar code but its almost...
[FEATURE-REQUEST] Integrate Neo4j Graph Database as a Knowledge Source for TinyPersons via LangChain
Would be great to do this without having to depend on other packages such as LangChain. This is certainly a very important feature
Hi @aminekhelif I am interested to know more about what you did. I looked at your forked project but the documentation do not clearly mention which part of the code...
I am having the same probelm. I run my code on Google Colab. ``` # Chroma Location chroma_location = "chroma_24_nov_2023" vectorDBlocation = os.path.join("/content/drive/My Drive/", chroma_location) client = chromadb.PersistentClient(path=vectorDBlocation) # Embedder...
This is a great addition to the project. I was about to write something very similar for myself. Would really appreciate if @paulosalem could give us a time line to...
@P3GLEG Ollama now support Pydantic Json generators so we don't need to integrate this with guidance or any format enforcer. I'd be glad to assist and implement the necessary changes...