RAG_Backend / backend /check_batch.py
Madhesh4124's picture
chore: sync project updates
39f90be
Raw
History Blame Contribute Delete
141 Bytes
import os
from langchain_nvidia_ai_endpoints import NVIDIAEmbeddings
print("Available methods on NVIDIAEmbeddings:", dir(NVIDIAEmbeddings))