You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-needle-0.5.0-2.lbn36.noarch
Needle is a tool for testing your CSS and visuals with Selenium and nose. It checks that visuals (CSS/fonts/images/SVG/etc.) render correctly by taking screenshots of portions of a website and comparing them against known good screenshots. It also provides tools for testing calculated CSS values and the position of HTML elements.
RPMPackage python3-nbsphinx-0.8.7-2.fc36.noarch
nbsphinx is a Sphinx extension that provides a source parser for *.ipynb files. Custom Sphinx directives are used to show Jupyter Notebook code cells (and of course their results) in both HTML and LaTeX output. Unevaluated notebooks, i.e. notebooks without stored output cells, will be automatically executed during the Sphinx build process.
RPMPackage python3-nbformat-5.9.2-1.lbn36.noarch
This package contains the base implementation of the Jupyter Notebook format, and Python APIs for working with notebooks.
RPMPackage python3-nbconvert-7.16.4-1.lbn36.noarch
nbconvert Jupyter Notebook Conversion The nbconvert tool, jupyter nbconvert, converts notebooks to various other formats via Jinja templates. The nbconvert tool allows you to convert an .ipynb notebook file into various static formats including: HTML LaTeX PDF Reveal JS Markdown (md) ReStructured Text (rst) executable script Usage From the command line, use nbconvert to convert a Jupyter notebook (input) to a a different format (output). The basic command structure is: $ jupyter nbconvert --to <output format> <input notebook> where <output format> is the desired output format and <input notebook> is the filename of the Jupyter notebook. Example: Convert a notebook to HTML Convert Jupyter notebook file, mynotebook.ipynb, to HTML using: $ jupyter nbconvert --to html mynotebook.ipynb This command creates an HTML output file named mynotebook.html. Dev Install Check if pandoc is installed (pandoc --version); if needed, install: sudo apt-get install pandoc Or brew install pandoc I
RPMPackage python3-mistralclient-4.5.0-1.lbn36.noarch
Python client for Mistral REST API. Includes python library for Mistral API and Command Line Interface (CLI) library.
RPMPackage python3-mistralai-1.7.0-1.lbn36.noarch
Mistral Python Client Mistral AI API: Our Chat Completion and Embeddings APIs specification.
RPMPackage python3-litellm+proxy-1.69.0-1.lbn36.noarch
This is a metapackage bringing in proxy extras requires for python3-litellm. It makes sure the dependencies are installed.
RPMPackage python3-litellm-1.69.0-1.lbn36.noarch
🚅 LiteLLM Call all LLM APIs using the OpenAI format [Bedrock, Huggingface, VertexAI, TogetherAI, Azure, OpenAI, Groq etc.] LiteLLM manages: Translate inputs to provider's completion, embedding, and image_generation endpoints Consistent output, text responses will always be available at ['choices'][0]['message']['content'] Retry/fallback logic across multiple deployments (e.g. Azure/OpenAI) - Router Set Budgets & Rate limits per project, api key, model LiteLLM Proxy Server (LLM Gateway)
RPMPackage python3-langwatch-0.1.16-1.lbn36.noarch
LangWatch Python SDK Go to https:/docs.langwatch.ai to get started. Contributing After changing code, to test all integrations are working, run the examples integration test manually (you will need all env vars to be set up): poetry run pytest tests/test_examples.py -p no:warnings -s -x Or to test only a specific example, run: poetry run pytest tests/test_examples.py -p no:warnings -s -x -k <example_name>
RPMPackage python3-language-server-0.36.2-6.fc35.noarch
A Python implementation of the Language Server Protocol.
RPMPackage python3-langfuse-2.53.9-1.lbn36.noarch
Langfuse Python SDK
RPMPackage python3-langflow+postgresql-1.4.0-1.lbn36.noarch
This is a metapackage bringing in postgresql extras requires for python3-langflow. It makes sure the dependencies are installed.
RPMPackage python3-langflow+nv-ingest-1.4.0-1.lbn36.noarch
This is a metapackage bringing in nv-ingest extras requires for python3-langflow. It makes sure the dependencies are installed.
RPMPackage python3-langflow+local-1.4.0-1.lbn36.noarch
This is a metapackage bringing in local extras requires for python3-langflow. It makes sure the dependencies are installed.
RPMPackage python3-langflow+deploy-1.4.0-1.lbn36.noarch
This is a metapackage bringing in deploy extras requires for python3-langflow. It makes sure the dependencies are installed.
RPMPackage python3-langflow+couchbase-1.4.0-1.lbn36.noarch
This is a metapackage bringing in couchbase extras requires for python3-langflow. It makes sure the dependencies are installed.
RPMPackage python3-langflow+clickhouse-connect-1.4.0-1.lbn36.noarch
This is a metapackage bringing in clickhouse-connect extras requires for python3-langflow. It makes sure the dependencies are installed.
RPMPackage python3-langflow+cassio-1.4.0-1.lbn36.noarch
This is a metapackage bringing in cassio extras requires for python3-langflow. It makes sure the dependencies are installed.
RPMPackage python3-langflow-1.4.0-1.lbn36.noarch
Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database. ✨ Core features Python-based and agnostic to models, APIs, data sources, or databases. Visual IDE for drag-and-drop building and testing of workflows. Playground to immediately test and iterate workflows with step-by-step control. Multi-agent orchestration and conversation management and retrieval. Free cloud service to get started in minutes with no setup. Publish as an API or export as a Python application. Observability with LangSmith, LangFuse, or LangWatch integration. Enterprise-grade security and scalability with free DataStax Langflow cloud service. Customize workflows or create flows entirely just using Python. Ecosystem integrations as reusable components for any model, API or database.
RPMPackage python3-langchainhub-0.1.15-1.lbn36.noarch
The LangChain Hub API client