BotSharp/src/Plugins/BotSharp.Plugin.Qdrant/Using.cs

7 lines
278 B
C#
Raw Normal View History

2024-08-06 19:01:26 +00:00
global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Threading.Tasks;
global using BotSharp.Abstraction.VectorStorage;
2024-08-06 22:43:11 +00:00
global using BotSharp.Abstraction.Knowledges.Enums;
global using BotSharp.Abstraction.Knowledges.Models;