Source code for gptcache.embedding.string

[docs]def to_embeddings(data, **_): """Nothing to do, return the origin data""" return data