mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-06-03 09:08:21 -04:00
8 lines
109 B
C++
8 lines
109 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
|
|
namespace QodeAssist::Context {
|
|
using RAGVector = std::vector<float>;
|
|
}
|