ls1intum / Hephaestus

Hephaestus - A Generative AI Mentor for Agile Software Development
MIT License
8 stars 1 forks source link

Integrate LangChain with FastAPI #32

Closed FelixTJDietrich closed 2 months ago

FelixTJDietrich commented 3 months ago

Is your feature request related to a problem? Please describe.

To effectively interface with large language models (LLMs), we need to integrate LangChain into our FastAPI intelligence service.

Describe the solution you'd like

Describe alternatives you've considered Direct integration with LLM APIs without using LangChain, but LangChain simplifies the interaction and management.