-
Is there a way to create a template with the correct heading structure? If not can the content creators change heading styles when they edit? Is there a way to constrain them so they don't put an H2 o…
-
### Discussed in https://github.com/orgs/thuliteio/discussions/498
Originally posted by **pensivedog** November 22, 2024
My website has several content types whose content items are neatly arr…
-
**my llm**
```python
from langchain_openai import ChatOpenAI
import os
os.environ[var] = getpass.getpass("ZHIPUAI_API_KEY")
llm = ChatOpenAI(
model="glm-4-plus",
temperature=0.5,
…
-
### Feature Request
Hello,
I have clients that need to work with entities in Switzerland.
As they use the creation of xml for banking Prélèvements, Dolibarr says it is not permitted today.
C…
-
Crystal has an great concurrency model based on Fibers and Channels, which can be used to pass messages around.
Fibers are conceptually pretty simple. If you spawn one, it takes off from the main c…
-
Currently, structured patterns are hard-coded at both the reference source (some slots) and the reference target (the `id` slot of some class). This creates an opportunity for the two to fall out of s…
-
Thank you for the llama 3.2 vision integration!
I was using llama3.2-3b with ChatOllama(model="llama3.2:latest").with_structured_output() to get a structured response from the model and I was hopin…
-
Can the operator be configured such that it logs in a structured (JSON) format?
-
# Summary
In some places like application controller file there's a standardization to specify `application` structured field value without a namespace, while also adding namespace as a separate fi…
-
### 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 the GitHub search to find a sim…