https://github.com/different-ai/embedbase-cookbook
Examples and guides for using Embedbase API
https://github.com/different-ai/embedbase-cookbook
Last synced: 4 months ago
JSON representation
Examples and guides for using Embedbase API
- Host: GitHub
- URL: https://github.com/different-ai/embedbase-cookbook
- Owner: different-ai
- License: mit
- Created: 2023-02-20T15:16:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T12:45:17.000Z (about 2 years ago)
- Last Synced: 2024-08-13T07:03:29.100Z (8 months ago)
- Language: Jupyter Notebook
- Homepage: https://embedbase.xyz
- Size: 1.48 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - different-ai/embedbase-cookbook - Examples and guides for using Embedbase API (Jupyter Notebook)
README
# Embedbase Cookbook
[](https://gitpod.io/#https://github.com/another-ai/embedbase-cookbook)
The Embedbase Cookbook shares example code for accomplishing common tasks with the [Embedbase API]. These examples are identical to [OpenAI examples](https://github.com/openai/openai-cookbook) with less code & more readiness to production thanks to Embedbase.
To run these examples, you'll need an Embedbase account and associated API key ([create a free account][api signup]). And eventually for some examples you'll need to [sign up for an OpenAI account](https://beta.openai.com/signup) and get an API key.
Most code examples are written in Python, though the concepts can be applied in any language.
## Recently added 🆕 ✨
- [Website Q&A with Embeddings](https://github.com/another-ai/embedbase-cookbook/tree/main/apps/web-crawl-q-and-a) [Feb 20th, 2023]
## Guides & examples
- Apps
- [Web Crawl Q and A](apps/web-crawl-q-and-a)## Related resources
Beyond the code examples here, you can learn about the [Embedbase API] from the following resources:
- Try out the API in the [Embedbase Playground]
- Read about the API in the [Embedbase Documentation]
- Discuss the API in the [Embedbase Discord]
- Look for help in the [Embedbase Discord]
- See examples in the [Embedbase Examples]## Contributing
If there are examples or guides you'd like to see, feel free to suggest them on the [issues page].
[chatgpt]: https://chat.openai.com/
[embedbase api]: https://embedbase.xyz
[api signup]: https://app.embedbase.xyz/signup
[embedbase playground]: https://app.embedbase.xyz/dashboard
[embedbase documentation]: https://github.com/different-ai/embedbase
[embedbase discord]: https://discord.gg/pMNeuGrDky
[embedbase examples]: https://github.com/different-ai/embedbase/tree/main/examples
[issues page]: https://github.com/different-ai/embedbase-cookbook/issues