GitHub / pass-culture / langflow
⛓️ LangFlow is a UI for LangChain, designed with react-flow to provide an effortless way to experiment and prototype flows.
JSON API: https://repos.data.code.gouv.fr/api/v1/hosts/GitHub/repositories/pass-culture%2Flangflow
Fork of langflow-ai/langflow
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: Python
Size: 26.5 MB
Dependencies parsed at:
935
Created at: almost 2 years ago
Updated at: almost 2 years ago
Pushed at: almost 2 years ago
Last synced at: 6 months ago
pyproject.toml
pypi
- black ^23.1.0 develop
- httpx ^0.23.3 develop
- ipykernel ^6.21.2 develop
- mypy ^1.1.1 develop
- pandas-stubs ^2.0.0.230412 develop
- pytest ^7.2.2 develop
- pytest-cov ^4.0.0 develop
- requests ^2.28.0 develop
- ruff ^0.0.254 develop
- types-pillow ^9.5.0.2 develop
- types-requests ^2.28.11 develop
- beautifulsoup4 ^4.11.2
- chromadb ^0.3.21
- ctransformers ^0.2.2
- dill ^0.3.6
- docstring-parser ^0.15
- fake-useragent ^1.1.3
- fastapi ^0.95.0
- google-api-python-client ^2.79.0
- google-search-results ^2.4.1
- gunicorn ^20.1.0
- huggingface-hub ^0.13.3
- jina 3.15.2
- langchain ^0.0.184
- langchain-serve ^0.0.38
- llama-cpp-python ^0.1.50
- lxml ^4.9.2
- networkx ^3.1
- openai ^0.27.7
- pandas ^1.5.3
- psycopg2-binary ^2.9.6
- pyarrow ^11.0.0
- pypdf ^3.7.1
- pysrt ^1.1.2
- python >=3.9,<3.12
- qdrant-client ^1.2.0
- rich ^13.3.3
- sentence-transformers ^2.2.2
- tiktoken ^0.3.3
- typer ^0.7.0
- types-pyyaml ^6.0.12.8
- unstructured ^0.5.11
- uvicorn ^0.20.0
- weaviate-client ^3.19.2
- websockets ^11.0.3
- wikipedia ^1.4.0
.github/workflows/release.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
- ncipollo/release-action v1 composite
- peter-evans/repository-dispatch v2 composite
- peter-evans/repository-dispatch v2 composite
.github/workflows/test.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
docker-compose.debug.yml
docker
docker-compose.yml
docker
docker_example/Dockerfile
docker
- python 3.10-slim build
src/backend/Dockerfile
docker
- logspace/backend_build latest build
- python 3.10-slim build
src/frontend/Dockerfile
docker
- @tailwindcss/typography ^0.5.9 development
- @testing-library/jest-dom ^5.16.5 development
- @testing-library/react ^13.4.0 development
- @testing-library/user-event ^13.5.0 development
- @types/jest ^27.5.2 development
- @types/lodash ^4.14.194 development
- @types/node ^16.18.12 development
- @types/react ^18.0.28 development
- @types/react-dom ^18.0.11 development
- @types/uuid ^9.0.1 development
- @vitejs/plugin-react-swc ^3.0.0 development
- autoprefixer ^10.4.14 development
- postcss ^8.4.23 development
- tailwindcss ^3.3.2 development
- typescript ^5.0.2 development
- vite ^4.3.5 development
- @emotion/react ^11.10.5
- @emotion/styled ^11.10.5
- @headlessui/react ^1.7.10
- @heroicons/react ^2.0.15
- @mui/material ^5.11.9
- @tabler/icons-react ^2.18.0
- @tailwindcss/forms ^0.5.3
- @tailwindcss/line-clamp ^0.4.4
- ace-builds ^1.16.0
- ansi-to-html ^0.7.2
- axios ^1.3.2
- base64-js ^1.5.1
- lodash ^4.17.21
- react ^18.2.0
- react-ace ^10.1.0
- react-cookie ^4.1.1
- react-dom ^18.2.0
- react-error-boundary ^4.0.2
- react-icons ^4.8.0
- react-laag ^2.0.5
- react-markdown ^8.0.7
- react-router-dom ^6.8.1
- react-syntax-highlighter ^15.5.0
- react-tabs ^6.0.0
- reactflow ^11.5.5
- rehype-mathjax ^4.0.2
- remark-gfm ^3.0.1
- remark-math ^5.1.1
- uuid ^9.0.0
- web-vitals ^2.1.4
.github/workflows/lint.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite