JIAQIA
JIAQIA
I worked on this version: git rev-parse HEAD: 9555bbd5bb3397e66d279d802576b4c65123b484 I plan to add a ParaChain class in the Chains module. At present, it seems that only serial calls are supported,...
improve the test case(test_sequential_usage_memory), add a scenes that memory has nameing conflict with input_variables. have pass the new unit_test_case. without new doc without new jupyter notebook
improve the test case(test_sequential_usage_memory), add a scenes that memory has nameing conflict with input_variables. have pass the new unit_test_case. without new doc without new jupyter notebook
I have a question about ChatGPTPluginRetriever and LangChain VectorStore Retriever. I wanner use Enterprise Private Data with chatGPT, several weeks ago, there is no OpenAI chatGPT Plugin, I intend to...
**Bug Description:** There is an issue with a warning being incorrectly generated by the Pydantic plugin for PyCharm when using a SQLAlchemy filter expression. The specific code triggering this warning...
### What is the issue? When the stream parameter is set to True, the Llama3:70b model functions correctly. Here is the pytest code used for testing streaming output: ```pytest def...
FYI: https://github.com/Unstructured-IO/unstructured/pull/3096 Thanks for your review.
RE_MULTISPACE_INCLUDING_NEWLINES is applied to all elements of the Text category after partitioning PDF files. The relevant code is shown below: ```python out_elements = [] for el in elements: if isinstance(el,...
### 🐞 **Describe the bug** `RE_MULTISPACE_INCLUDING_NEWLINES` is applied to all elements of the `Text` category after partitioning PDF files. The relevant code is shown below: ```python out_elements = [] for...
Currently, the API raises an error when I set "tool_choice" to {"type": "none"} while the tools parameter is empty. I think this behavior makes sense in most cases. However, there...