Sevak Mardirosian
Sevak Mardirosian
Happens to me as well. Atom Stops working. Any Idea's?
Anyone has the editing interface? Or would you please share [any] guidelines on how to implement this ourselves?
Could you add coveralls badge? So we can get some ideas..
Thanks! Will try to look into it over the weekend.
Yes. This is helpful +1
Additionally, I double checked if eveything in my postgres is being indexed and the right amount. Everything looks good. I also tried other search examples mentioned here https://django-haystack.readthedocs.io/en/master/searchqueryset_api.html#searchqueryset All return...
Update 1: I tried some other analyzers ``` ELASTICSEARCH_INDEX_SETTINGS = { "settings": { "analysis": { "filter": { "ngram_filter": { "type": "ngram", "min_gram": 2, "max_gram": 20 } }, "analyzer": { "custom_icontains_analyzer":...
hi @Poeroz what's the word on that training code? Still coming?
> You don't need to wait for the training code of the Llama-Omni model. You can use different Omni models. Llama-Omni is not a very good model. > > https://github.com/VITA-MLLM/VITA?tab=readme-ov-file#-training...