Skip to content

Commit ad2c270

Browse files
committed
Final Version
1 parent fb0788c commit ad2c270

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/Chunk/ChunkCommons/ChunkCommons.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ namespace Chunk
3232
};
3333
};
3434

35-
extern inline const std::unordered_map<std::string, std::vector<std::string>> EmbeddingModel = {
35+
extern inline const std::unordered_map<std::string, std::vector<std::string>> EmbeddingModel = {
3636
{"openai", {"text-embedding-ada-002", "text-embedding-3-small", "..."}},
3737
{"huggingface", {"bge-small", "bge-large"}},
3838
{"cohere", {"embed-english-light-v3.0"}}
3939
};
4040

41-
inline void PrintEmbeddingModels() {
41+
inline void PrintEmbeddingModels() {
4242
std::cout << "╔══════════════════════════════════════════════════════════╗\n";
4343
std::cout << "║ 📦 Available Embedding Models \n";
4444
std::cout << "╠══════════════════════════════════════════════════════════╣\n";

0 commit comments

Comments
 (0)