> We're still working on both code and documentation. Please be patient with us as we roll things out in the next week.
## What and why
## What and why
Since the start of 2023 and GenAI we've seen a massive number of AI applications for accomplishing tasks. It's powerful, but **it's not easy to integrate this functionality into our lives.**
Since the start of 2023 and GenAI we've seen a massive number of AI applications for accomplishing tasks. It's powerful, but **it's not easy to integrate this functionality into our lives.**
There are three (3) main ways to get started with Fabric.
The most feature-rich way to use Fabric is to use the `fabric` client, which can be found under <ahref="https://github.com/danielmiessler/fabric/tree/main/client>`/client`</a> in this repository.
If you're not looking to do anything fancy, and you just want a lot of great prompts, you can navigate to the [`/patterns`](https://github.com/danielmiessler/fabric/tree/main/patterns) directory and start exploring!
If you're not looking to do anything fancy, and you just want a lot of great prompts, you can navigate to the [`/patterns`](https://github.com/danielmiessler/fabric/tree/main/patterns) directory and start exploring!
@ -101,7 +103,7 @@ You can use any of the Patterns you see there in any AI application that you hav
@ -111,16 +113,6 @@ But we go beyond just providing Patterns. We provide code for you to build your
To get started, head over to the [`/server/`](https://github.com/danielmiessler/fabric/tree/main/server) directory and set up your own Fabric Mill with your own Patterns running! You can then use the [`/client/standalone_client_examples`](https://github.com/danielmiessler/fabric/tree/main/client/standalone_client_examples) to connect to it.
To get started, head over to the [`/server/`](https://github.com/danielmiessler/fabric/tree/main/server) directory and set up your own Fabric Mill with your own Patterns running! You can then use the [`/client/standalone_client_examples`](https://github.com/danielmiessler/fabric/tree/main/client/standalone_client_examples) to connect to it.
### 3. The standalone client
We're almost done with a `fabric` client that will let you do all sorts of cool stuff, including:
- Calling patterns without connecting to a Fabric server (direct to OpenAI).
- Streaming mode to get instant and dynamic results.
- Other cool stuff…
We expect this client to be ready very within a week or so, and we'll update the Quickstart as soon as it is.
## Structure
## Structure
Fabric is themed off of, well… _fabric_—as in…woven materials. So, think blankets, quilts, patterns, etc. Here's the concept and structure:
Fabric is themed off of, well… _fabric_—as in…woven materials. So, think blankets, quilts, patterns, etc. Here's the concept and structure:
@ -287,6 +279,8 @@ The content features a conversation between two individuals discussing various t
9. Bertrand Russell's definition of philosophy
9. Bertrand Russell's definition of philosophy
10. Nietzsche's walks
10. Nietzsche's walks
```
```
> [!NOTE]
> We're still working on both code and documentation. Please be patient with us as we roll things out in the next week.