Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sonam-pankaj95 authored Apr 9, 2024
1 parent d257253 commit b01ca99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ EmbedAnything is a powerful library designed to streamline the creation and mana
- **Versatile:** Supports a wide range of data types, including text, images, audio, and more.
- **Local embeddings** Release it for local embeddings as well
- **Vector Database** Add functionalities to integrate with any Vector Database
## Installation

## :rocket: Installation

`
pip install embed-anything`
Expand All @@ -38,7 +39,7 @@ Requirements:
Please check if you already have the OpenAI key in the Environment variable. We have only released the OpenAI embedder library so far. Please stay tuned for updates for the local embeddings as well.


## Script:
## :astronaut: Get Started:

```python
import embed_anything
Expand Down

1 comment on commit b01ca99

@sonam-pankaj95
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

everything looks great!

Please sign in to comment.