BotSharp/src/Plugins/BotSharp.Plugin.Qdrant/Using.cs
2024-08-06 17:43:11 -05:00

7 lines
278 B
C#

global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Threading.Tasks;
global using BotSharp.Abstraction.VectorStorage;
global using BotSharp.Abstraction.Knowledges.Enums;
global using BotSharp.Abstraction.Knowledges.Models;