Fractal Feelings
Fractal Feelings
I modified the VectorStore example to use Unstructured Doc loader on this [Docx](https://www.legislation.wa.gov.au/legislation/statutes.nsf/RedirectURL?OpenAgent&query=mrdoc_29088.docx) . When I gave the chat the prompt "What is this legislation I get ``` [2023-05-28 12:45:03...
Made CWT class compatible with Keras Layers
Added an output option to generate 3 channels of Magnitude.
I've done a quick code upgrade to make work with Tensor flow 2.0 I also make this pip installable as a module.
## Description I'm using %%ai to create python code that generates plots. The code is generated and correct but the plot after Output: shows as a missing file icon. ##...
### pycaret version checks - [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues). - [X] I have confirmed this bug exists on the [latest version](https://github.com/pycaret/pycaret/releases)...
I'm building a RAG creates the Langchain chain: ``` prompt = ChatPromptTemplate.from_template(template) model =ChatAnthropic(model=model_version,temperature=0, max_tokens=1024, timeout=None, max_retries=3, ) chain = prompt | model | StrOutputParser() ``` which I then streamed...
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...