Skip to content

Commit

Permalink
sdk on README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalef committed Aug 8, 2023
1 parent d994fb9 commit 2b5578d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ alt="Zep Document Search"
</p>
<p>&nbsp;</p>



### Vector Database with Hybrid Search
Populate your prompts with relevant documents and chat history. Rich metadata and JSONPath query filters offer a powerful hybrid search over texts.

Expand All @@ -58,6 +60,10 @@ Populate your prompts with relevant documents and chat history. Rich metadata an
- Zep’s local embedding models and async enrichment ensure a snappy user experience.
- Storing documents and history in Zep and not in memory enables stateless deployment.

### Python & TypeScript/JS SDKs, LangChain Support, Edge Deployment
- Python & TypeScript/JS SDKs for easy integration with your LLM app.
- LangChain and LangChain.js integration
- TypeScript/JS SDK supports edge deployment.

### Get Started

Expand All @@ -69,12 +75,6 @@ Please see the [Zep Quick Start Guide](https://docs.getzep.com/deployment/quicks
docker compose up
```

**or**

```bash
docker compose -f docker-compose-beta.yaml up
```

Looking for <a href="https://docs.getzep.com/deployment">other deployment options</a>?

#### Install SDK
Expand Down

0 comments on commit 2b5578d

Please sign in to comment.