Skip to content

Commit e52ad6b

Browse files
authored
Update readme (#4)
1 parent 00ad45d commit e52ad6b

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### The Entity Framework experience for [Weaviate](https://weaviate.io).
66

7-
Define collections with attributes. Query with LINQ. Migrate schemas safely. **Ship faster.**
7+
A type-safe, attribute-driven .NET client that lets you define Weaviate collections as plain C# classes, query them with a LINQ-style fluent API, and evolve schemas with built-in migration safety. Built on top of the [core Weaviate C# client](https://github.com/weaviate/csharp-client), it handles object mapping, vector configuration, cross-references, and dependency injection.
88

99
<br/>
1010

@@ -52,7 +52,7 @@ foreach (var r in results)
5252
```
5353

5454
> [!TIP]
55-
> **Want low-level API access?** Check out the [core Weaviate C# client](https://github.com/weaviate/weaviate-dotnet-client) for direct REST/gRPC operations.
55+
> **Want low-level API access?** Check out the [core Weaviate C# client](https://github.com/weaviate/csharp-client) for direct REST/gRPC operations.
5656
5757
---
5858

@@ -409,9 +409,9 @@ graph TB
409409

410410
| Managed Client | Weaviate | .NET |
411411
|---|---|---|
412-
| Latest | 1.31 — 1.34+ | 8.0, 9.0 |
412+
| Latest | 1.32 — 1.36+ | 8.0, 9.0 |
413413

414-
Tested in CI against Weaviate **1.31.20**, **1.32.17**, **1.33.5**, and **1.34.0**.
414+
Tested in CI against Weaviate **1.32.17**, **1.33.5**, **1.34.0**, **1.35.5**, and **1.36.3**.
415415

416416
---
417417

@@ -437,7 +437,7 @@ Tested in CI against Weaviate **1.31.20**, **1.32.17**, **1.33.5**, and **1.34.0
437437

438438
```bash
439439
# Start local Weaviate (requires >= 1.31.0)
440-
./ci/start_weaviate.sh # defaults to 1.31.0
440+
./ci/start_weaviate.sh # defaults to 1.34.0
441441
./ci/start_weaviate.sh 1.34.0 # or specify a version
442442

443443
# Run all tests
@@ -486,7 +486,6 @@ The hook formats only staged C# files, keeping commits clean and consistent.
486486
## Community & Support
487487

488488
- **[Weaviate Forum](https://forum.weaviate.io/)** — Questions and discussions
489-
- **[Weaviate Slack](https://weaviate.io/slack)** — Live chat with the community
490489
- **[GitHub Issues](https://github.com/weaviate/csharp-client-managed/issues)** — Bug reports and feature requests
491490
- **[Email](mailto:devex@weaviate.io)**devex@weaviate.io
492491

@@ -503,8 +502,8 @@ BSD-3-Clause — see [LICENSE](LICENSE) for details.
503502
## Related Projects
504503

505504
- **[Weaviate](https://github.com/weaviate/weaviate)** — The AI-native vector database
506-
- **[Weaviate C# Client](https://github.com/weaviate/weaviate-dotnet-client)** — Core REST/gRPC client
507-
- **[Weaviate Documentation](https://weaviate.io/developers/weaviate)** — Official docs
505+
- **[Weaviate C# Client](https://github.com/weaviate/csharp-client)** — Core REST/gRPC client
506+
- **[Weaviate Documentation](https://docs.weaviate.io/weaviate)** — Official docs
508507

509508
---
510509

0 commit comments

Comments
 (0)