Bernd Prager

Results 5 issues of Bernd Prager

Windows native CMake build compiles but does not seem to enable Unix Domain Sockets. It compiles successfully but the broker fails: ``` > mosquitto.exe --verbose --port \tmp\mosquitto.sock 1689815320: Error: Invalid...

I can't find a way to set a custom endpoint for PDFSearchTool. I tried various key names in 'config' without success: ```python pdf_tool = PDFSearchTool( config=dict( llm=dict( provider="azure_openai", config=dict( model=os.getenv("AZURE_OPENAI_DEPLOYMENT_NAME"),...

**Describe the bug** The plugin is no longer working is the source https://[api.quotable.io](https://api.quotable.io/)/ is no longer available.

bug

## Expected Behavior (Mandatory) When I add a 'path' parameter (e.g. "text-embedding-ada-002/embeddings") I expect this actual path to be called without an additional "/" at the end. ## Actual Behavior...

extended-functionality

I frequently get errors like `UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf7 in position 14: invalid start byte`. BS4 has the option to ignore errors. Can we pass that option...