Uria Franko
Uria Franko
Hey guys, This package is amazing but when I try to output an SVG the label is disappearing there is an option to keep the label on an SVG?
Hey I'm getting `TypeError: 'StuffDocumentsChain' object is not callable` the code snippet can be found here: ``` def main(): text_splitter = CharacterTextSplitter(chunk_size=2000, chunk_overlap=50) texts = text_splitter.split_documents(documents) embeddings = OpenAIEmbeddings(openai_api_key=api_key) vector_db...
Hey, When using tailwind JIT mode the compiler doesn't know to reference this library so the classes arent included also. There is any way to work around this issue?
Hey guys, love your work :) I'm trying to figure out how can I allocate the relevant resources for each flow. For example: I would like to allocate for a...
Hey, The issue that I'm encountering is - `SchedulingError("Couldn't apply scheduled task ***: An error occurred (SignatureDoesNotMatch) when calling the SendMessage operation: Signature expired: 20230119T051315Z is now earlier than 20230119T054944Z...
A weird error is showing on an agent that runs multiple times in parallel ```py research_agent = Agent( model="openai:gpt-4o-mini", name="research_agent", deps_type=ResearchDependencies, result_type=ResearchResult, retries=3, ) ``` Error message ``` Error code:...
**Describe the bug** I'm getting the following error when running the app on latest master. Error parsing dimension value 100%: invalid literal for int() with base 10: '100%' **To Reproduce**...