Michael Feil
                                            Michael Feil
                                        
                                    Thanks for the creative suggestion. For now, there is no plan to create a video from it. As of the Readme.md, in what way is it not clear to you...
@Jawn78 Knowing all components inside out doesnt make it easy to me to see which examples are missing? Are startup commands missing? / more commands? Should I host the Swagger...
Love your feedback! # Port: Should I switch the default port to 8080? Or is `7997` fine and just make it a bit more clear in the docs? # Python...
Added some chances to the docs.
@michaelwechner Sounds like youre doing the correct thing. What is the issue you’re seeing?
Are you forwarding port 7997 from docker, as in the readme? ```bash docker run -it --gpus all -p 7997:7997 michaelf34/infinity:0.0.26 --model-name-or-path BAAI/bge-small-en-v1.5 --port 7997 ```
Also having a ```python PermissionError: [Errno 13] Permission denied: '/tmp/tika.log ``` Multiple people using haystack on a shared workstation.
@shahules786 Perhaps I'll just push the pure python / async into langchain directly, then it should be reusable, right? https://github.com/explodinggradients/ragas/blob/41c0c286ae3632a77db13ddd265b7699fe6a4adc/src/ragas/embeddings/base.py#L45C1-L78C61
Would be interesting. Fyi, I added the PR for langchain here, took me some hours over the weekend, hope its getting merged soon. https://github.com/langchain-ai/langchain/pull/17671 I would not recommend submitting the...
FYI all the thing is now finally in langchain (community, see PR mentined above). Also, you might be interested in in https://github.com/michaelfeil/infinity/blob/1fe3a34e295c95fc4a75297de842ec55c6761457/docs/benchmarks/benchmarking.md for benchmarking.