|
1 | | -# Unbody |
2 | | -[Unbody](https://unbody.io/) is building the [Supabase](https://supabase.com/) of the AI era. |
| 1 | +# Unbody (archived) |
3 | 2 |
|
4 | | -Building AI features today is a complex and fragmented process. Unbody fixes that. We're continuing our journey out in the open. The project is in early development, so expect some rough edges. |
| 3 | +> **This repository is archived and no longer actively maintained.** |
5 | 4 |
|
6 | | -## Getting Started |
| 5 | +Unbody started as an open-source project to build the Supabase of the AI era. That vision has evolved. |
7 | 6 |
|
8 | | -> **Note:** These steps provide a basic setup. For more detailed guidance, join our [Discord community](https://discord.gg/UX8WKEsVPu). |
| 7 | +We now build under **Unbody Labs** — shipping focused tools and products for the AI world. Our most active and direct continuation of Unbody's mission is **Adapt**. |
| 8 | + |
| 9 | +## → [Adapt](https://github.com/unbody-io/adapt) |
| 10 | + |
| 11 | +Adapt is a lightweight (< 200KB), provider-agnostic AI memory and learning framework. It gives AI systems the ability to learn, self-organize, and evolve — in the browser or on the server. |
| 12 | + |
| 13 | +- [Repository](https://github.com/unbody-io/adapt) |
| 14 | +- [Documentation](https://adapt.unbody.io/docs) |
| 15 | +- [Live Demo](https://adapt.unbody.io/demo) |
| 16 | + |
| 17 | +## Links |
| 18 | + |
| 19 | +- [Unbody Labs](https://unbody.io/) |
| 20 | +- [Twitter](https://twitter.com/unbody_io) |
| 21 | +- [Discord](https://discord.gg/UBMYRGSPgJ) |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +<details> |
| 26 | +<summary>Original setup instructions</summary> |
9 | 27 |
|
10 | 28 | ### Prerequisites |
11 | 29 |
|
12 | 30 | - Node.js LTS (20 or 22) |
13 | 31 | - Docker and Docker Compose |
14 | | -- yarn (npm won’t install dependencies correctly) |
| 32 | +- yarn (npm won't install dependencies correctly) |
15 | 33 | - OpenAI API key |
16 | 34 |
|
17 | 35 | ### Installation |
18 | 36 |
|
19 | 37 | ```bash |
20 | | -# Clone the repository |
21 | 38 | git clone https://github.com/unbody-io/unbody |
22 | | - |
23 | | -# Navigate to the project directory |
24 | 39 | cd unbody |
25 | | - |
26 | | -# Install node modules |
27 | 40 | yarn |
28 | 41 | ``` |
29 | 42 |
|
30 | 43 | ### Environment Setup |
31 | 44 |
|
32 | 45 | ```bash |
33 | | -# Create .env.local from template |
34 | 46 | cp .env.example .env.local |
35 | | - |
36 | | -# Edit with your preferred editor, add your OpenAI API key |
37 | 47 | vim .env.local |
38 | 48 | ``` |
39 | 49 |
|
40 | 50 | ### Running the Application |
41 | 51 |
|
42 | 52 | ```bash |
43 | | -# Start the required services |
44 | 53 | docker compose up -d |
45 | | - |
46 | | -# Start the application |
47 | 54 | yarn start |
48 | 55 | ``` |
49 | 56 |
|
50 | 57 | ### Create Your First Project |
51 | 58 |
|
52 | | -We've prepared a demo project for you to quickly get started: |
53 | | - |
54 | 59 | ```bash |
55 | | -# Clone the examples repository |
56 | 60 | git clone https://github.com/unbody-io/examples.git |
57 | 61 | cd examples |
58 | 62 | ``` |
59 | 63 |
|
60 | 64 | ### Add a Data Source |
61 | 65 |
|
62 | 66 | ```bash |
63 | | -# Add the storage/ directory from the examples repo as a source to Unbody |
64 | 67 | yarn unbody-cli source add |
65 | 68 | ``` |
66 | 69 |
|
67 | 70 | ### Monitor Indexing Progress |
68 | 71 |
|
69 | 72 | Head over to the Temporal dashboard at http://localhost:8233/ to see your files being indexed. |
70 | 73 |
|
71 | | -Note: |
72 | | - |
73 | 74 | - The dashboard needs to be manually refreshed to get the latest state |
74 | 75 | - Once indexing is complete, follow the [README](https://github.com/unbody-io/examples) from the examples repository |
75 | 76 |
|
76 | | -If you run into any issues during the setup process, or would like to give us any kind of feedback, join our [Discord community](https://discord.gg/UX8WKEsVPu) and we'll be happy to answer any questions. |
77 | | - |
78 | | -## Links |
79 | | - |
80 | | -- [Website](https://unbody.io/) |
81 | | -- [Blog](https://unbody.io/blog) |
82 | | -- [Twitter](https://twitter.com/unbody_io) |
83 | | -- [Discord](https://discord.gg/UBMYRGSPgJ) |
| 77 | +</details> |
0 commit comments