Andrea Pinto

Results 8 issues of Andrea Pinto

Hi all! I tried to install and use `opendrop` but on my first try I got the `AttributeError` below, which I've never seen before. I have the latest Apple M1...

Addressing thread #69 where we noted codebase would ingest only one document from `source_directory` ```python # Load document and split in chunks for root, dirs, files in os.walk("source_documents"): for file...

- Add poetry as another option to manage Python dependencies environment to facilitate adoption. - Address installation issues (such as #66 or #71).

Address conversation thread from #74

- Add `python-dotenv` to requirements file - Address issues related to #133

Loading models requires absolute path right now. This change allows for the use of relative (and environment variables) paths, increasing flexibility and ease of use. This could be especially beneficial...

enhancement

### What happened? Groq models are able to ingest messages in Python format but not with your `Message` Pydantic model This works fine: ```python from litellm import completion messages =...

bug

When connecting to browser using Playwright's Python CDP interface, connection is immediately closed with an assert error. There might be an incompatibility between Playwright's CDP implementation and Lightpanda's CDP server...

CDP
Investigate
playwright