layout | title | nav_order | permalink |
---|---|---|---|
default |
Development Setup |
98 |
/setup |
Tech Stack:
- Spring Boot is a framework for building web applications.
- Kotlin is a modern programming language that makes developers happier.
- Kotlin Jupyter Kotlin kernel for Jupyter/IPython.
- Kotlin Dataframe is typesafe in-memory structured data processing for JVM.
Vector Store:
- ElasticSearch is a distributed, RESTful search and analytics engine.
- cocoa-core, 核心模块,包含了核心的流程控制、领域模型、领域流程等
- cocoa-local-embedding,本地向量化模块,包含了本地向量化的实现,如 Sentence-Transformers 等。
- code-interpreter,代码解释器,包含了代码解释器的实现,如 Kotlin Jupyter 等。
- dsl
- design,Design DSL 的解析器
- rag-modules Retrieval Augmented Generation 相关模块
- code-splitter,代码分割器,用于将代码分割成更小的单元
- mivlus,基于 Mivlus 的检索器
- pinecone,基于 Pinecone 的检索器
1.clone 代码
git clone https://github.com/unit-mesh/chocolate-factory
2.配置 OpenAI API
export OPENAI_API_KEY=
# 当你使用的是非官方的 OpenAI 代理时,需要设置 OPENAI_API_HOST
export OPENAI_API_HOST=
3.启动后端
./gradlew bootRun
4.启动前端
pnpm install
pnpm run dev
采用的是 GitHub Actions,配置文件在 .github/workflows
目录下。