Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Aug 4, 2023
1 parent 5ceeae4 commit 00f4ba5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import com.hw.langchain.schema.Document;
import com.hw.langchain.vectorstores.fake.embeddings.FakeEmbeddings;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import io.milvus.param.ConnectParam;
Expand All @@ -40,6 +41,7 @@
*
* @author HamaWhite
*/
@Disabled("Test requires costly OpenAI and Milvus environment, can be run manually.")
class MilvusTest {

private Milvus milvusFromTexts(List<Map<String, Object>> metadatas, boolean dropOld) {
Expand Down

0 comments on commit 00f4ba5

Please sign in to comment.