Cpp version of langchain.
- Claude3 chat
- openai embedding
- Openai chat
- Llama3 support
- Cache
- Vector index support
- Prompt engineer
- Agent support
- RAG(Retrieval-Augmented Generation)support
#install xmake
curl -fsSL https://xmake.io/shget.text | bash
# install conan
pip install conan
#compile openai unit
xmake build -v ut-openai
#run as demo
xmake run -v ut-openai -a --gtest_filter=OpenAiChatModelBuilder.build