Find answers from the community

Home
Members
jamesbraza
j
jamesbraza
Offline, last seen 3 months ago
Joined September 25, 2024
What structured prompting library do people recommend? pydantic or guardrails, or something else?
2 comments
j
b
Plain Text
# Works
pip install git+https://github.com/LukasMasuch/streamlit-pydantic.git
# Doesn't work
pip install git+https://github.com/run-llama/llama-index.git

Why does llama-index require login, but streamlit-pydantic does not?
1 comment
j
Hello all! Been a while, glad to see things are progressing. Was excited to see llama_parse show up

I recall LlamaIndex had some really nice diagrams/visualizations of various possible RAG architectures.

Where are those at these days in the docs? I am having a tough time finding them
5 comments
j
L
I am using OpenAI chat right now. Is it still True that /chat/completions doesn't support message history? Like you have to manually pass message history within your request
8 comments
j
L
Is there some way to pre-provide context to a completion? I know this is possible with chat, but how about completion?
7 comments
j
L