Fix readme (#57)
This commit is contained in:
@@ -113,13 +113,7 @@ curl 127.0.0.1:9090/embed \
|
||||
|
||||
Note: If you want to integrate the TEI service into the LangChain application, you'll need to restart the LangChain backend service after launching the TEI service.
|
||||
|
||||
## Launch Redis
|
||||
|
||||
```bash
|
||||
docker compose -f langchain/docker/docker-compose-redis.yml up -d
|
||||
```
|
||||
|
||||
## Launch LangChain Docker
|
||||
## Launch Redis and LangChain Backend Service
|
||||
|
||||
Update the `HUGGINGFACEHUB_API_TOKEN` environment variable with your huggingface token in the `docker-compose.yml`
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# Intel Generative AI Examples
|
||||
|
||||
This project provides a collective list of Generative AI (GenAI) examples such as chatbot with question and answering (ChatQnA), code generation (CodeGen), document summary (DocSum), etc.
|
||||
This project provides a collective list of Generative AI (GenAI) and Retrieval-Augmented Generation (RAG) examples such as chatbot with question and answering (ChatQnA), code generation (CodeGen), document summary (DocSum), etc.
|
||||
|
||||
[](https://github.com/intel/GenAIExamples/releases)
|
||||
[](https://github.com/intel/neural-compressor/blob/master/LICENSE)
|
||||
@@ -10,7 +10,6 @@ This project provides a collective list of Generative AI (GenAI) examples such a
|
||||
---
|
||||
|
||||
<div align="left">
|
||||
This project provides a collective list of Generative AI (GenAI) and RAG (Retrieval-Augmented Generation) examples such as chatbot with question and answering (ChatQnA), code generation, document summary, etc. The examples are developed by leveraging the ecosystem components such as LangChain with Intel optimizations, therefore delivering the high performance for your deployment on Intel platforms.
|
||||
|
||||
## GenAI Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user