Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

jeffbryner

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?

View on GitHub

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): @...

View on GitHub

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...

View on GitHub

jeffbryner pushed 1 commit to main jeffbryner/gcp-cloudrun-iap
  • working with permissions, domain, cert a121a83

View on GitHub

jeffbryner pushed 1 commit to main jeffbryner/gcp-cloudrun-iap

View on GitHub

jeffbryner starred octabytes/FireO
jeffbryner starred octabytes/FireO
jeffbryner pushed 1 commit to patch-2 jeffbryner/langchain-google

View on GitHub

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

View on GitHub

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

View on GitHub

jeffbryner created a review comment on a pull request on langchain-ai/langchain-google
OK, looks like trailing spaces. Fixed.

View on GitHub

jeffbryner created a review on a pull request on langchain-ai/langchain-google

View on GitHub

jeffbryner pushed 1 commit to patch-1 jeffbryner/langchain-google
  • Update drive.py, remove errant trailing spaces c87ca0e

View on GitHub

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

View on GitHub

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...

View on GitHub

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...

View on GitHub

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

View on GitHub

jeffbryner created a comment on an issue on langchain-ai/langchain-google
I've a similar issue, needing to use credentials for a service account operating in cloud run. I'll submit a PR to allow one to 'bring your own credentials' to support things like: cli auth or ...

View on GitHub

jeffbryner opened an issue on posit-dev/py-shiny
LangChain LECL output appears unparsed
If I initiate a LLM using langchain and use it in ui.Chat the output works as expected. If I attempt to use LECL to chain prompts/llms together the output appears unparsed as a string representat...
jeffbryner starred slack-samples/bolt-python-ai-chatbot
jeffbryner created a comment on an issue on googleapis/python-aiplatform
Is this a similar feature? https://ai.google.dev/api/semantic-retrieval/documents#custommetadata or related to the RAG service?

View on GitHub