Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jeffbryner created a comment on an issue on posit-dev/py-shiny
Is the idea behind .load() to allow pulling messages from something like a database storing a chat session?
jeffbryner created a comment on an issue on posit-dev/py-shiny
Should render.plot be duplicated like that in https://github.com/posit-dev/py-shiny/issues/1103#issuecomment-1923961972? ``` @module.server def plot_server(input, output, session, plot_id): @...
jeffbryner created a comment on an issue on posit-dev/py-shiny
I'm having the same issue and don't see how modules would help? Here's the sample from the comment above https://github.com/posit-dev/py-shiny/issues/1618#issuecomment-2314448255 and the modules...
jeffbryner pushed 1 commit to main jeffbryner/gcp-cloudrun-iap
- working with permissions, domain, cert a121a83
jeffbryner opened a pull request on langchain-ai/langchain-google
Community GoogleDriveLoader: Update drive.py to also parse google slides
## PR Description Current version ignores google presentations/slides. Slides also support exporting the text via the same mechanism used here for regular docs. This PR adds slides/presentat...jeffbryner pushed 1 commit to patch-2 jeffbryner/langchain-google
- Update drive.py to also parse google slides Slides also support exporting the text via the same mechanism, adding th... 95f3802
jeffbryner created a comment on an issue on AnswerDotAI/llms-txt
100% Here's examples of all the other .well-known's in use https://en.m.wikipedia.org/wiki/Well-known_URI#List_of_well-known_URIs
jeffbryner created a review comment on a pull request on langchain-ai/langchain-google
OK, looks like trailing spaces. Fixed.
jeffbryner pushed 1 commit to patch-1 jeffbryner/langchain-google
- Update drive.py, remove errant trailing spaces c87ca0e
jeffbryner created a comment on a pull request on langchain-ai/langchain-google
Same, simply importing the library errors: pydantic.errors.PydanticUndefinedAnnotation: name 'SafetySetting' is not defined
jeffbryner created a review comment on a pull request on langchain-ai/langchain-google
My thought was the other options wouldn't be called since they don't/wouldn't exist if you just pass in credentials? i.e. I'd set it on init to only use credentials and no other option: ``` driv...
jeffbryner created a comment on an issue on posit-dev/py-shiny
Thanks for the suggestion. Tried it as: ``` parser = StrOutputParser() runnable = prompt | llm | parser ``` and I get the same sort of unparsed results: ![Image](https://github.com/user-attach...
jeffbryner opened a pull request on langchain-ai/langchain-google
Update GoogleDriveLoader to allow bring your own credentials
issue: https://github.com/langchain-ai/langchain-google/issues/168 ## PR Description - Where "package" is genai, vertexai, or community - Use "docs: ..." for purely docs changes, "temp...jeffbryner pushed 1 commit to patch-1 jeffbryner/langchain-google
- Update GoogleDriveLoader to allow bring your own credentials issue: https://github.com/langchain-ai/langchain-google... c4885bc