Install Langroid and run this doc-chat
example script from the examples/
folder:
uv run examples/docqa/chat.py https://arxiv.org/pdf/2501.12948
Example output:
# Simple example of getting bsky data via `atproto` python client | |
# | |
# First install: atproto, python-dotenv | |
# See python client docs here: | |
# https://github.com/MarshalX/atproto | |
# | |
from atproto import Client, IdResolver | |
import os |
Install Langroid and run this doc-chat
example script from the examples/
folder:
uv run examples/docqa/chat.py https://arxiv.org/pdf/2501.12948
Example output:
Run like this from the langroid-examples
repo after setting up the env
uv run examples/basic/tool-extract-short-example.py -m ollama/mistral-small
Sample output:
Run like this from the langroid repo:
uv run examples/basic/chat-search.py -m groq/deepseek-r1-distill-llama-70b
Example screenshot: