https://github.com/jacintogomez/langchaindemo
Scripts for testing LangChain functionalities
https://github.com/jacintogomez/langchaindemo
langchain langserve langsmith openai openai-api
Last synced: 6 months ago
JSON representation
Scripts for testing LangChain functionalities
- Host: GitHub
- URL: https://github.com/jacintogomez/langchaindemo
- Owner: jacintogomez
- Created: 2024-02-23T03:33:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-24T18:49:46.000Z (over 1 year ago)
- Last Synced: 2025-02-05T09:27:56.798Z (8 months ago)
- Topics: langchain, langserve, langsmith, openai, openai-api
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LangChain Demo
Small project using LangChain to generate an answer to a question.
The AI uses the "context" provided to genrate the answer. Context is provided in the form of a link.
Uses models provided by OpenAI.