-
For returning the processed data to a React frontend application, especially when dealing with asynchronous operations like audio processing and ASR transcription, you can consider the following appro…
-
Hey !
So I've been using the `ARTM` model via the python API to do some topic modeling, and ran into the following bug: after training offline the model for a couple iterations, I often saw documen…
-
this will make it easier to produce files/table/html's in our containers
Should probably create an ad-hoc bucket in S3. Not clear if automatic objects removal after some time would be useful or har…
-
(myvenv) ~/PROJECTS/chatgpt-retrieval main ± py chatgpt.py "what is my dog's name"
Traceback (most recent call last):
File "/home/ezri/PROJECTS/chatgpt…
-
Perhaps it's beyond the intended scope of the FreeChatGPT project or better considered later down the road, but my proposal is to enable users to upload a document (such as PDF, TXT, DOCX, EPUB. PDF l…
-
_Updated the issue title to reflect this has grown some extra dimensions! Come back here after some shared discussion and outline what it is we'd like to show_
The work in #5 and #6 serves as a pro…
-
We know that storing metadata within solr makes the search slower. We could add a second embedded database to do the metadata look-up using solr's search results. Would it make sense to have a second …
-
### Description
As @rmuir managed to make me look into reducing the amount of guessing we're doing in our document API, I think that a requirement for doing it right will be to split our index and …
-
Hello,
I am encountering a problem with the import of "etree" failing repeatedly when using "poetry run start" (although "lxml" can be imported). I am using python version 3.10.0 and have already u…
-
As we start to consider adding the ability to attach files to a chat (see #325), we're going to run into cases where the context window of the chat is not enough to fit everything we have. Consider a…